summaryrefslogtreecommitdiffstats
path: root/perl/perl-Pod-Parser/README
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2020-06-23 08:33:07 +0200
committer Robby Workman <rworkman@slackbuilds.org>2021-04-17 23:52:28 -0500
commit6e863e103b46bf752d3eb44476b511b7b9d639fd (patch)
tree4674b29465cb56ce5a29aa2efff2de4b05be5012 /perl/perl-Pod-Parser/README
parent1afd05d6825dc84e73c1b481f27f995bce04e600 (diff)
downloadslackbuilds-6e863e103b46bf752d3eb44476b511b7b9d639fd.tar.gz
slackbuilds-6e863e103b46bf752d3eb44476b511b7b9d639fd.tar.xz
perl/perl-Pod-Parser: Added (base class for POD).
This has been removed from the perl core distribution but it's actually still needed by a bunch of things Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'perl/perl-Pod-Parser/README')
-rw-r--r--perl/perl-Pod-Parser/README7
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 0000000000..d42b387360
--- /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.