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:
[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.
Re:What what what?
jplindstrom on 2007-12-16T23:43:03
Well, one click away from the journal entry is this description:
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:What what what?
yDNA Barak on 2007-12-17T02:26:31
Your time must not be worth much.Re:What what what?
educated_foo on 2007-12-17T07:44:59
...says the guy who takes the extra time to be a dick to people who give him free stuff. I really don't get this.Re:What what what?
torin on 2007-12-17T19:18:53
I think that part of the point of getting such notices is that most people won't click through and when the description isn't there, then they just shrug and move on.
When you want to get the message out to more people, it helps to put a bit more information up front.
Re:Yay
jplindstrom on 2007-12-17T11:59:55
I'm not 100% sure how EPIC does its thing (I looked into it briefly last time they announced a release to see how command completion was done), but I think it could take advantage of PerlySense to get the information it wants to display and use.
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).