summaryrefslogtreecommitdiff
path: root/cpan/Pod-Checker
Commit message (Collapse)AuthorAgeFilesLines
* Sync Pod::Checker with CPAN 1.75Nicolas R2022-07-201-2/+5
| | | | integrate patch from RT#142524
* Update Pod::Checker to CPAN version 1.74Todd Rinaldo2020-10-056-38/+203
| | | | | | | | | | | | | [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
* Update Pod-Checker to CPAN version 1.73Chris 'BinGOs' Williams2016-06-161-2/+1
| | | | | | | | | | | | [DELTA] 30-May-2016 Marek Rouchal <marekr@cpan.org> ----------------------------------------------------------------------------- Version 1.73 + CPAN#114623: Changes file gives wrong date for 1.72 fix for typo in this file, do it right this time for 1.73 + CPAN#113846: 1.71 broke core t/porting/podcheck.t removed spurious "use Data::Dumper"
* Update Pod::Checker to CPAN version 1.72Karl Williamson2016-05-277-919/+1063
| | | | | | This is now based on Pod::Simple instead of Pod::Parser podcheck.t will fail until the next commit is done.
* Subject: Pod::Checker: convert files from DOS to unixKarl Williamson2016-05-2710-2114/+2114
| | | | | | | | This is in preparation for applying patches to these. git am failed on these. Only files that need to be DOS should be. The version is bumped to 1.72, which is what version the real patches are from.
* Update Pod-Parser to CPAN version 1.60Chris 'BinGOs' Williams2013-02-0512-0/+2115
[DELTA] [Pod-Parser]   31-Jan-2013           Marek Rouchal                        <marekr@cpan.org>   -----------------------------------------------------------------------------   Version 1.60   + removed Pod::Checker and Pod::Usage from this distribution - they are now     separate distros and are subjects to be refactored, to be based upon     Pod::Simple. Thanks to rjbs for reminding me of this. Add Pod-Checker and Pod-Usage to cpan/ These have been split out of Pod-Parser [Pod-Checker] 27-Jan-2013           Marek Rouchal                        <marekr@cpan.org> ----------------------------------------------------------------------------- Version 1.60 + preparation of changing this module to use Pod::Simple    refactored the Pod-Parser distribution and moved all things Pod::Checker    to this new distribution package + CPAN RT#79535: Pod::Checker synopsis for podchecker is opposite    corrected the POD synopsis + factored this distribution out of Pod-Parser-1.51 [Pod-Usage] 1.61 (marekr) - fix empty META.yml (CPAN RT#83118: META.yml is empty) - update outdated test expected data (CPAN RT#83111: fails test)   1.60 (marekr) - moved POD behind __END__ for slighlty quicker loading - CPAN RT#81387: 2 suggestions for module Pod::Usage    added example of how to use FindBin to locate the script;    added $Pod::Usage::Formatter to allow a different base class - CPAN RT#75598: [PATCH] Don't use perldoc if it is missing    implemented as suggested in the RT ticket - factored Pod::Usageout of the Pod-Parser distribution into a separate one,    in order to prepare the rewrite based upon Pod::Simple - thanks to rjbs for driving this