This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Pod-Parser-1.36.
authorSteve Hay <SteveHay@planit.com>
Fri, 30 Jan 2009 10:27:25 +0000 (10:27 +0000)
committerSteve Hay <SteveHay@planit.com>
Fri, 30 Jan 2009 10:27:25 +0000 (10:27 +0000)
commit1bc4b319ba6d50bfdf5332d4378c85af1205184b
tree7252397d3d1ef704642a76b9b935ddb12fc427dd
parentdc3c30404e1546ebc4bd89fa72dfcd44bcd246ee
Upgrade to Pod-Parser-1.36.

Three local changes remain in blead:

Blank lines "between" verbatim sections are now acceptible:
http://perl5.git.perl.org/perl.git/commitdiff/caa547d

Be less picky about what constitutes "numeric lists" in Pod:
http://perl5.git.perl.org/perl.git/commitdiff/4df4f5d

Changes made to contains_pod.t when upgrading to 1.34:
http://perl5.git.perl.org/perl.git/commitdiff/fb59f97
23 files changed:
MANIFEST
Porting/Maintainers.pl
lib/Pod/Checker.pm
lib/Pod/Find.pm
lib/Pod/InputObjects.pm
lib/Pod/ParseUtils.pm
lib/Pod/Parser.pm
lib/Pod/PlainText.pm
lib/Pod/Select.pm
lib/Pod/Usage.pm
lib/Pod/t/contains_pod.t
pod/pod2usage.PL
pod/podchecker.PL
pod/podselect.PL
t/lib/contains_bad_pod.xr [new file with mode: 0644]
t/pod/find.t
t/pod/multiline_items.xr
t/pod/pod2usage.xr
t/pod/pod2usage2.t
t/pod/podchkenc.t [new file with mode: 0644]
t/pod/podchkenc.xr [new file with mode: 0644]
t/pod/usage.pod [new file with mode: 0644]
t/pod/usage2.pod [new file with mode: 0644]