Jump to letter: [
          
            4ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        perl-Pod-Escapes: Pod-Escapes - - for resolving Pod EE<lt>...E<gt> sequences
        
        
            | Name: | perl-Pod-Escapes | Vendor: | Sean M. Burke <sburke{%}cpan{*}org> | 
        
            | Version: | 1.03 | License: | Artistic | 
        
            | Release: | 1 | URL: | http://www.cpan.org | 
        
        
        - Summary
- This module provides things that are useful in decoding
Pod E<...> sequences.  Presumably, it should be used
only by Pod parsers and/or formatters.
By default, Pod::Escapes exports none of its symbols.  But
you can request any of them to be exported.
Either request them individually, as with
C<use Pod::Escapes qw(symbolname symbolname2...);>,
or you can do C<use Pod::Escapes qw(:ALL);> to get all
exportable symbols.
Changelog
        
            - * Thu Apr 22 05:00:00 2004 root@lxdev13.cern.ch
- - Initial build.