plsense
plsense copied to clipboard
Module assist candidates do not show perldoc help until module is actually used
For example, if Plack::LWPish has not been used anywhere:
$ ./plsense -i
assist Plack::LWPish Plack::LWPish ahelp Plack::LWPish Plack::LWPish is Module. defined in '/home/dct/projects/plsense_test/local/lib/perl5/Plack/LWPish.pm
Not documented.
I've done a quick hack in PlSense::Helper::get_symbol_help_text() to run perldoc if module has not been built before, but it's very ugly. Let me know if you want to see this.
Hi, @dct Thanks for your hack. Could you send the code by pull request?