diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Pod/PlainText.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Pod/PlainText.pm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/Pod/PlainText.pm b/Master/tlpkg/tlperl/lib/Pod/PlainText.pm index 81fee052903..3db4d903cd6 100644 --- a/Master/tlpkg/tlperl/lib/Pod/PlainText.pm +++ b/Master/tlpkg/tlperl/lib/Pod/PlainText.pm @@ -29,7 +29,7 @@ use vars qw(@ISA %ESCAPES $VERSION); # by Pod::Usage. @ISA = qw(Pod::Select); -$VERSION = '2.06'; +$VERSION = '2.07'; BEGIN { if ($] < 5.006) { @@ -621,6 +621,10 @@ Pod::PlainText - Convert POD data to formatted ASCII text =head1 DESCRIPTION +B<NOTE: This module is considered 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.> + Pod::PlainText is a module that can convert documentation in the POD format (the preferred language for documenting Perl) into formatted ASCII. It uses no special formatting controls or codes whatsoever, and its output is therefore |