diff options
author | Todd Rinaldo <toddr@cpan.org> | 2020-10-05 14:23:23 -0500 |
---|---|---|
committer | Todd Rinaldo <toddr@cpan.org> | 2020-10-05 17:20:45 -0500 |
commit | 165e179185d6d942b610cf7fa2fe9341dbf3f8cf (patch) | |
tree | 8ae1c1f4409541a6084cc32724d8bb6b829fee70 /MANIFEST | |
parent | dd07b88184b9bd3f6b53dc56af502937e127ee99 (diff) | |
download | perl-165e179185d6d942b610cf7fa2fe9341dbf3f8cf.tar.gz |
Update Pod::Checker to CPAN version 1.74
[DELTA]
+ CPAN#133312: Add strict compliance to Pod-Checker
Thanks TODDR for the patch to make the code "use strict" compliant
+ CPAN#98326: Can we make “A non-empty Z<>” a warning and not an error
This is a corner case... and since Pod::Simple anyway "nixes" anything
inside Z<...>, this is a warning, not an error. Mind the caveats.
+ Added an additional test to achieve 100% statement coverage and added
some POD to also have 100% POD coverage
+ Made all text files unixish, no CRLF
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1551,6 +1551,7 @@ cpan/Pod-Checker/t/pod/podchkenc.xr cpan/Pod-Checker/t/pod/podchklink.t cpan/Pod-Checker/t/pod/poderrs.t cpan/Pod-Checker/t/pod/poderrs.xr +cpan/Pod-Checker/t/pod/podname.t cpan/Pod-Checker/t/pod/selfcheck.t cpan/Pod-Checker/t/pod/testcmp.pl cpan/Pod-Checker/t/pod/testpchk.pl |