This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Pod-Parser to CPAN version 1.60
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Tue, 5 Feb 2013 22:45:57 +0000 (22:45 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Tue, 5 Feb 2013 23:37:03 +0000 (23:37 +0000)
commit0c50187808c90649d93897951eb5d95c20c23588
tree96c169e080e202962f784f62cfdf138873a464b0
parent4612967b70e727d981e2d25157ad29ceb2608c3c
Update Pod-Parser to CPAN version 1.60

  [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
69 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/Pod-Checker/.gitignore [new file with mode: 0644]
cpan/Pod-Checker/lib/Pod/Checker.pm [moved from cpan/Pod-Parser/lib/Pod/Checker.pm with 96% similarity]
cpan/Pod-Checker/scripts/podchecker.PL [moved from cpan/Pod-Parser/scripts/podchecker.PL with 96% similarity]
cpan/Pod-Checker/t/pod/contains_bad_pod.xr [new file with mode: 0644]
cpan/Pod-Checker/t/pod/empty.xr [new file with mode: 0644]
cpan/Pod-Checker/t/pod/podchkenc.t [moved from cpan/Pod-Parser/t/pod/podchkenc.t with 94% similarity]
cpan/Pod-Checker/t/pod/podchkenc.xr [moved from cpan/Pod-Parser/t/pod/podchkenc.xr with 98% similarity]
cpan/Pod-Checker/t/pod/poderrs.t [moved from cpan/Pod-Parser/t/pod/poderrs.t with 93% similarity]
cpan/Pod-Checker/t/pod/poderrs.xr [moved from cpan/Pod-Parser/t/pod/poderrs.xr with 98% similarity]
cpan/Pod-Checker/t/pod/selfcheck.t [new file with mode: 0644]
cpan/Pod-Checker/t/pod/testcmp.pl [new file with mode: 0644]
cpan/Pod-Checker/t/pod/testpchk.pl [new file with mode: 0644]
cpan/Pod-Parser/.gitignore
cpan/Pod-Parser/lib/Pod/Find.pm
cpan/Pod-Parser/lib/Pod/InputObjects.pm
cpan/Pod-Parser/lib/Pod/ParseUtils.pm
cpan/Pod-Parser/lib/Pod/Parser.pm
cpan/Pod-Parser/lib/Pod/PlainText.pm
cpan/Pod-Parser/lib/Pod/Select.pm
cpan/Pod-Parser/scripts/podselect.PL
cpan/Pod-Parser/t/pod/contains_bad_pod.xr
cpan/Pod-Parser/t/pod/contains_pod.t
cpan/Pod-Parser/t/pod/contains_pod.xr
cpan/Pod-Parser/t/pod/emptycmd.t
cpan/Pod-Parser/t/pod/emptycmd.xr
cpan/Pod-Parser/t/pod/find.t
cpan/Pod-Parser/t/pod/for.t
cpan/Pod-Parser/t/pod/for.xr
cpan/Pod-Parser/t/pod/headings.t
cpan/Pod-Parser/t/pod/headings.xr
cpan/Pod-Parser/t/pod/include.t
cpan/Pod-Parser/t/pod/include.xr
cpan/Pod-Parser/t/pod/included.t
cpan/Pod-Parser/t/pod/included.xr
cpan/Pod-Parser/t/pod/lref.t
cpan/Pod-Parser/t/pod/lref.xr
cpan/Pod-Parser/t/pod/multiline_items.t
cpan/Pod-Parser/t/pod/multiline_items.xr
cpan/Pod-Parser/t/pod/nested_items.t
cpan/Pod-Parser/t/pod/nested_items.xr
cpan/Pod-Parser/t/pod/nested_seqs.t
cpan/Pod-Parser/t/pod/nested_seqs.xr
cpan/Pod-Parser/t/pod/oneline_cmds.t
cpan/Pod-Parser/t/pod/oneline_cmds.xr
cpan/Pod-Parser/t/pod/podselect.t
cpan/Pod-Parser/t/pod/podselect.xr
cpan/Pod-Parser/t/pod/selfcheck.t
cpan/Pod-Parser/t/pod/special_seqs.t
cpan/Pod-Parser/t/pod/special_seqs.xr
cpan/Pod-Parser/t/pod/testcmp.pl
cpan/Pod-Parser/t/pod/testp2pt.pl
cpan/Pod-Parser/t/pod/testpchk.pl
cpan/Pod-Parser/t/pod/testpods/lib/Pod/Stuff.pm
cpan/Pod-Parser/t/pod/twice.t
cpan/Pod-Usage/.gitignore [new file with mode: 0644]
cpan/Pod-Usage/lib/Pod/Usage.pm [moved from cpan/Pod-Parser/lib/Pod/Usage.pm with 91% similarity]
cpan/Pod-Usage/scripts/pod2usage.PL [moved from cpan/Pod-Parser/scripts/pod2usage.PL with 89% similarity]
cpan/Pod-Usage/t/pod/p2u_data.pl [moved from cpan/Pod-Parser/t/pod/p2u_data.pl with 91% similarity]
cpan/Pod-Usage/t/pod/pod2usage.t [moved from cpan/Pod-Parser/t/pod/pod2usage.t with 95% similarity]
cpan/Pod-Usage/t/pod/pod2usage.xr [moved from cpan/Pod-Parser/t/pod/pod2usage.xr with 84% similarity]
cpan/Pod-Usage/t/pod/pod2usage2.t [moved from cpan/Pod-Parser/t/pod/pod2usage2.t with 96% similarity]
cpan/Pod-Usage/t/pod/testcmp.pl [new file with mode: 0644]
cpan/Pod-Usage/t/pod/testp2pt.pl [new file with mode: 0644]
cpan/Pod-Usage/t/pod/usage.pod [moved from cpan/Pod-Parser/t/pod/usage.pod with 92% similarity]
cpan/Pod-Usage/t/pod/usage2.pod [moved from cpan/Pod-Parser/t/pod/usage2.pod with 90% similarity]
t/porting/dual-life.t
utils.lst