fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
550 B
Text
9 lines
550 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.
|