Does anyone know of a perlstyle-like guideline for how to document Perl code? Like this bit from javadoc guidelines:
"Gets the label of this button. (preferred)" vs.
"This method gets the label of this button. (avoid) "
(from http://java.sun.com/j2se/javadoc/writingdoccomments/). I haven't found anything at perlstyle or in Extreme Perl - Coding Style. PBP maybe?