summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Pod/Parser.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Pod/Parser.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/Pod/Parser.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/Pod/Parser.pm b/Master/tlpkg/tlperl/lib/Pod/Parser.pm
index 9a6acd62f18..4f9e20abb11 100644
--- a/Master/tlpkg/tlperl/lib/Pod/Parser.pm
+++ b/Master/tlpkg/tlperl/lib/Pod/Parser.pm
@@ -12,7 +12,7 @@ use strict;
## These "variables" are used as local "glob aliases" for performance
use vars qw($VERSION @ISA %myData %myOpts @input_stack);
-$VERSION = '1.51'; ## Current version of this package
+$VERSION = '1.60'; ## Current version of this package
require 5.005; ## requires this Perl version or later
#############################################################################
@@ -90,6 +90,10 @@ B<Pod::Parser> parses PODs, and makes method calls to handle the various
components of the POD. Subclasses of B<Pod::Parser> override these methods
to translate the POD into whatever output format they desire.
+Note: This module is considered as legacy; modern Perl releases (5.18 and
+higher) are going to remove Pod::Parser from core and use L<Pod::Simple>
+for all things POD.
+
=head1 QUICK OVERVIEW
To create a POD filter for translating POD documentation into some other