freebsd-ports/textproc/p5-Pod-Simple/pkg-descr
Erwin Lansing fd22f49470 Add p5-Pod-Simple 0.96, framework for parsing Pod.
PR:		54018
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-02 17:59:32 +00:00

11 lines
597 B
Text

Pod::Simple is a Perl library for parsing text in the Pod ("plain old
documentation") markup language that is typically used for writing
documentation for Perl and for Perl modules. The Pod format is explained in the
perlpod man page; the most common formatter is called "perldoc".
Pod formatters can use Pod::Simple to parse Pod documents into produce
renderings of them in plain ASCII, in HTML, or in any number of other formats.
Typically, such formatters will be subclasses of Pod::Simple, and so they will
inherit its methods, like parse_file.
WWW: http://search.cpan.org/dist/Pod-Simple/