diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-02 06:39:14 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-02 06:39:14 +0000 |
commit | 9741dab02becad0550bba7d5ca9e59f8ac608b2d (patch) | |
tree | 124f22971e5042f66438292552631dccd9604855 /lib/Pod/Text.pm | |
parent | 27f805f47766187affd2ea71d406ac389f4fe181 (diff) | |
download | perl-9741dab02becad0550bba7d5ca9e59f8ac608b2d.tar.gz |
update pod2man, pod2text and related Pod:: modules with the
ones in podlators-0.07 from Russ Allbery
p4raw-id: //depot/perl@4282
Diffstat (limited to 'lib/Pod/Text.pm')
-rw-r--r-- | lib/Pod/Text.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Pod/Text.pm b/lib/Pod/Text.pm index 1d75aec63d..165dd5db16 100644 --- a/lib/Pod/Text.pm +++ b/lib/Pod/Text.pm @@ -36,7 +36,7 @@ use vars qw(@ISA %ESCAPES $VERSION); # Table of supported E<> escapes ############################################################################ -# This table is taken near verbatim from Pod::Text in Pod::Parser, +# This table is taken near verbatim from Pod::PlainText in Pod::Parser, # which got it near verbatim from the original Pod::Text. It is therefore # credited to Tom Christiansen, and I'm glad I didn't have to write it. :) %ESCAPES = ( |