diff options
author | Steve Hay <SteveHay@planit.com> | 2009-01-30 10:27:25 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2009-01-30 10:27:25 +0000 |
commit | 1bc4b319ba6d50bfdf5332d4378c85af1205184b (patch) | |
tree | 7252397d3d1ef704642a76b9b935ddb12fc427dd /MANIFEST | |
parent | dc3c30404e1546ebc4bd89fa72dfcd44bcd246ee (diff) | |
download | perl-1bc4b319ba6d50bfdf5332d4378c85af1205184b.tar.gz |
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
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3782,6 +3782,7 @@ t/lib/compress/prime.pl Compress::Zlib t/lib/compress/tied.pl Compress::Zlib t/lib/compress/truncate.pl Compress::Zlib t/lib/compress/zlib-generic.pl Compress::Zlib +t/lib/contains_bad_pod.xr Pod-Parser test file t/lib/contains_pod.xr Pod-Parser test file t/lib/cygwin.t Builtin cygwin function tests t/lib/Devel/switchd.pm Module for t/run/switchd.t @@ -4189,6 +4190,8 @@ t/pod/plainer.t Test Pod::Plainer t/pod/pod2usage2.t Test Pod::Usage t/pod/pod2usage.t Test Pod::Usage t/pod/pod2usage.xr Expected results for pod2usage.t +t/pod/podchkenc.t Validate =encoding support +t/pod/podchkenc.xr Expected results for the above t/pod/poderrs.t Test POD errors t/pod/poderrs.xr Expected results for poderrs.t t/pod/podselect.t Test Pod::Select @@ -4200,6 +4203,8 @@ t/pod/testp2pt.pl Module to test Pod::PlainText for a given file t/pod/testpchk.pl Module to test Pod::Checker for a given file t/pod/testpods/lib/Pod/Stuff.pm Sample data for find.t t/pod/twice.t Test Pod::Parser +t/pod/usage.pod Test POD for pod2usage tests +t/pod/usage2.pod Test POD for pod2usage tests t/README Instructions for regression tests t/run/cloexec.t Test close-on-exec. t/run/exit.t Test perl's exit status. |