openbsd-ports/textproc/p5-Pod-Escapes/pkg/DESCR
avsm 2790cd3add initial import of p5-Pod-Escapes-1.03
--
This module provides things that are useful in decoding Pod E<...>
sequences. It is intended to be used by Pod parsers and/or formatters.
2003-05-28 23:12:16 +00:00

8 lines
404 B
Plaintext

This module provides things that are useful in decoding Pod E<...>
sequences. It is intended to be used 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 use Pod::Escapes qw(symbolname symbolname2...);, or you can
do use Pod::Escapes qw(:ALL); to get all exportable symbols.