diff options
Diffstat (limited to 'perl/perl-Pod-Parser/README')
-rw-r--r-- | perl/perl-Pod-Parser/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/perl/perl-Pod-Parser/README b/perl/perl-Pod-Parser/README new file mode 100644 index 0000000000000..d42b387360cb9 --- /dev/null +++ b/perl/perl-Pod-Parser/README @@ -0,0 +1,7 @@ +Pod::Parser is a base class for creating POD filters and translators. +It handles most of the effort involved with parsing the POD sections +from an input stream, leaving subclasses free to be concerned only +with performing the actual translation of text. + +Note: this module is considered legacy and has been removed from the +standard perl distribution but is still needed for a bunch of things. |