This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Pod-Usage to CPAN version 1.67
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Fri, 12 Jun 2015 08:43:13 +0000 (09:43 +0100)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Fri, 12 Jun 2015 09:06:28 +0000 (10:06 +0100)
commit969c6694443bf4385fae215cd8a6f09e86840ea4
treecbbf697e05c3bc007cadb2b7f83a062b29f254cb
parentb4d1bf317b24612c56201f57deada75229b46118
Update Pod-Usage to CPAN version 1.67

  [DELTA]

1.67 (marekr)
- added options -perlcmd and -perldoc to allow for non-standard installations
  of perl and the perldoc script. Thanks to Markus Jansen for the patch

1.66 (marekr)
- CPAN#102116: pod2usage() -sections omits section with subsection specified
    added more precise documentation about the -section syntax and semantics
- CPAN#102117: pod2usage() changes formatting
    added documentation to describe what formatting changes pod2usage applies
- CPAN#102101: New tests fail when in core
    changed the way the tests find their dependencies. Thanks to BINGOS for
    the patch, applied in slightly modified way

1.65 (marekr)
- CPAN#81059: [RT #115534]: Pod::Usage Failes to Select -sections with Negation
    fixed a specific corner case for section selection
- CPAN#101538: Pod::Usage doesn't handle E<copy> correctly
    introduced a utf8 option; this may actually not solve the problem, but
    it is the best we can do for the moment
- CPAN#101581: pod2usage() -sections omits marked-up text from =head lines
    make sure that marked-up text is not skipped
18 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/Pod-Usage/lib/Pod/Usage.pm
cpan/Pod-Usage/scripts/pod2usage.PL
cpan/Pod-Usage/t/pod/headwithmarkup.pl [new file with mode: 0644]
cpan/Pod-Usage/t/pod/headwithmarkup.t [new file with mode: 0644]
cpan/Pod-Usage/t/pod/p2u_data.pl
cpan/Pod-Usage/t/pod/pod2usage.t
cpan/Pod-Usage/t/pod/pod2usage.xr
cpan/Pod-Usage/t/pod/pod2usage2.t
cpan/Pod-Usage/t/pod/selectheaders.pl [new file with mode: 0644]
cpan/Pod-Usage/t/pod/selectheaders.t [new file with mode: 0644]
cpan/Pod-Usage/t/pod/selectsections.pl [new file with mode: 0644]
cpan/Pod-Usage/t/pod/selectsections.t [new file with mode: 0644]
cpan/Pod-Usage/t/pod/testcmp.pl
cpan/Pod-Usage/t/pod/testp2pt.pl
cpan/Pod-Usage/t/pod/usage.pod
cpan/Pod-Usage/t/pod/usage2.pod