diff options
Diffstat (limited to 'pod/perl5100delta.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 |