I just uploaded Devel::PerlySense 0.0134 to PAUSE. If you happen to use PerlySense [1], you may want to upgrade since a few nifty features have been added in the last versions:
I got a spontaneous That's fucking cool! reaction from a team mate the other day so if you happen to not yet use PerlySense, but use Emacs, you may want to give it a spin. I fixed the gripe in the CPAN review about fiddling with the elisp files, so that's one less hoop to jump through.
[1] I have no idea whatsoever if anyone actually uses this thing yet, but I'm guessing the user base is only slightly larger than... well, me.
[2] The API view is not at all finished yet, but it's still useful. Ideally, the methods should be ordered first by their POD heading, and then by their source location. And private methods of parent classes from outside the Project (i.e. when your classes inherit from CPAN modules) are rarely interesting and shouldn't be displayed at all, or at least be displayed in a more subdued font face.
What what what? (Score:1)
The great thing about multitasking is that several things can go wrong at once.
Re: (Score:1)
PerlySense is a Perl IDE back-end that integrates with editor front-ends, currently Emacs.
Conveniently navigate and browse the code and documentation of your project and Perl installation.
Run tests and scripts and syntax check source with easy navigation to errors/warnings/failing tests.
Highlight syntax errors, warnings and Perl::Critic complaints in the source while editing.
Re: (Score:1)
The great thing about multitasking is that several things can go wrong at once.
Re: (Score:1)
Re: (Score:1)
When you want to get the message out to more people, it helps to put a bit more information up front.
Yay (Score:1)
Re: (Score:1)
That's the point of PerlySense being heavy on the Perl side and rather light on the Emacs side, to be able to reuse it across different front-ends (for example, I envision an HTML front-end to make it usable for a team regardless of editor preferences).