Okay, one more to fix the =head instead of =head1 thing and a few other
bits (including moving some stuff into a NOTES file in the distribution so
that I don't have to keep it ticked in my mail).
podlators now requires Pod::Parser 1.13 so that I don't have to maintain
an old hack around an old bug. This means that Pod::Man, which now needs
that version, also requires Perl 5.005 since Pod::Parser does. I've left
Pod::Text and Pod::Text::* alone in their requirements since they should
work fine with older versions of Pod::Parser.
I also have replaced all references to interior sequences in the
documentation with "formatting codes" to comply with the new terminology
in perlpodspec.
The URL
ftp://ftp.eyrie.org/pub/software/modules/podlators-1.17.tar.gz
has entered CPAN as
file: $CPAN/authors/id/R/RR/RRA/podlators-1.17.tar.gz
size: 65105 bytes
md5: 44a2138ca28f2ecd119ab633e3faefc0
No action is required on your part
Request entered by: RRA (Russ Allbery)
Request entered on: Wed, 28 Nov 2001 02:57:00 GMT
Request completed: Wed, 28 Nov 2001 02:58:41 GMT
Changes from previous release:
2001-11-27 Russ Allbery <[EMAIL PROTECTED]>
* VERSION: podlators 1.17 released.
* lib/Pod/Text/Color.pm: Change all documentation references from
interior sequences to formatting codes to match the terminology of
perlpodspec.
* lib/Pod/Text/Overstrike.pm: Likewise.
* lib/Pod/Text.pm: Change all documentation references from
interior sequences to formatting codes to match the terminology of
perlpodspec.
(interior_sequence): Change the unknown sequence warning to
unknown formatting code.
* lib/Pod/Man.pm: Change all documentation references from
interior sequences to formatting codes to match the terminology of
perlpodspec. Move the extra *roff code to NOTES instead of
carrying it around inside the module.
(sequence): Return references to arrays rather than references to
scalars for already-formatted text because there are too many odd
bugs with scalar references in older versions of Perl. No longer
bless references since the current Pod::Parser doesn't require it.
Pass a third argument to collapse(). Change the unknown sequence
warning to unknown formatting code.
(collapse): Simplify and handle references to arrays rather than
references to scalars. Take a third argument that says whether to
do C<> cleanup operations rather than checking $literal > 1.
* Makefile.PL: Require version 1.13 of Pod::Parser so that
Pod::Man doesn't have to bless already-formatted strings.
* lib/Pod/Text/Termcap.pm: Fix a documentation typo. =head should
be =head1.
--
Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/>