aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Autopod
Commit message (Collapse)AuthorAgeFilesLines
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274222
* - Update to 1.10Wen Heping2010-09-012-5/+7
| | | | | | | - Reset maintainer to perl@ Notes: svn path=/head/; revision=260345
* - Update to 1.08Wen Heping2009-12-042-4/+4
| | | | Notes: svn path=/head/; revision=245192
* Pod::Autopod is designed to generate pod documentation of a perlWen Heping2009-10-314-0/+45
class by analysing its code. The idea is to have something similar like javadoc. So it uses also comments written directly obove the method definitions. It is designed to asumes a pm file which represents a class. Of course it can not understand every kind of syntax, parameters, etc. But the plan is to improve this library in the future to understand more and more automatically. WWW: http://search.cpan.org/dist/Pod-Autopod/ Approved by: miwi,jadawin(mentors,implicit) Notes: svn path=/head/; revision=243576