diff options
author | Steve Peters <steve@fisharerojo.org> | 2007-11-27 05:42:48 -0600 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-11-28 20:18:12 +0000 |
commit | e674634696292311b37d93b423c1e9f8d245a079 (patch) | |
tree | dcfcef73cbc7dffbf28bfb4dafc9c65073cbe837 /pod | |
parent | e0744413e6f127253b25f119fce72a814e2bf4fe (diff) | |
download | perl-e674634696292311b37d93b423c1e9f8d245a079.tar.gz |
Mention Pod::Simple and Pod::Escapes in perl5100delta
From: "Steve Peters" <steve@fisharerojo.org>
Message-ID: <fd7a59d30711270942s21c1a5boc1c934469b834001@mail.gmail.com>
with nits by Ronald J Kimball
p4raw-id: //depot/perl@32537
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl5100delta.pod | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pod/perl5100delta.pod b/pod/perl5100delta.pod index e433270330..9e34f25dec 100644 --- a/pod/perl5100delta.pod +++ b/pod/perl5100delta.pod @@ -809,6 +809,16 @@ for F<.tar> (plain, gziped or bzipped) or F<.zip> files. C<CPANPLUS> provides an API and a command-line tool to access the CPAN mirrors. +=item * + +C<Pod::Escapes> provides utilities that are useful in decoding Pod +EE<lt>...E<gt> sequences. + +=item * + +C<Pod::Simple> is now the backend for several of the Pod-related modules +included with Perl. + =back =head2 Selected Changes to Core Modules |