NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
another option (personal taste) (Score:1)
I'm also a big fan of inline POD. Not only does it keep related things together, but it's much easier to keep the code and docs in sync that way. That one fact right there is worth it to me, even with some minor annoyances.
But I've never been a big fan of code folding (again, just a preference) so I've altered my vim color scheme to put POD into a more muted color pallete than the code. So when looking at it, my eyes just don't see the POD until I focus on it.
You can see an example of my color scheme here:
http://www2.plusthree.com/~mpeters/vim/mpeters_vim_color.png [plusthree.com]
Reply to This