Update Pod-Parser to CPAN version 1.50
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Sun, 22 Jan 2012 20:07:04 +0000 (20:07 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Sun, 22 Jan 2012 21:44:09 +0000 (21:44 +0000)
commit462f46e7aee38f386b992c694ef8d1582002d30c
tree88c7134b3c209f5002178ed068eadc02e4c40dfd
parentc5cc8e289bbd2b9848866edb7f9aa5a8e6a1ae70
Update Pod-Parser to CPAN version 1.50

  [DELTA]

  16-Jan-2011           Marek Rouchal                        <marekr@cpan.org>
  -----------------------------------------------------------------------------
  Version 1.50
  + fix whitespace (esp. CR [\r] related) issues with different Perl versions
    on Windows (with Perl 5.8.8 [Activestate], and 5.6.1 [SUA])
  + merge latest core (5.14.x) changes to this distro
  + CPAN#73446: fix minor POD error in InputObjects.pm
  + CPAN#43955: podchecker fails to detect superfluous =cut directive:
    implemented (and extended by a check for superfluous =pod commands) and
    documented in Pod::Checker; also added a note in the POD of all modules
    that they are part of the Pod::Parser distribution
  + CPAN#46695: use consistent version (1.50) for distribution and all Pod::
    modules in this distro (except for Pod::PlainText, which stays at 2.05)
  + CPAN#52086: mismatch between distro and module version:
    same as above
  + CPAN#55121: correction for Pod::Find and t/pod/find.t on VMS
  + CPAN#47473: podchecker on L<> url with alt text
    ... causes an error in Pod::Checker now
  + CPAN#57954: Pod::Usage does not find perldoc when perl is relocatable
    ... use $Config{scriptdirexp} instead of scriptdir
  + CPAN#61223: podchecker notice missing blank line before command
    implemented with more tests in poderrs.t and self test of all *.pms
  + CPAN#66614: parse of no final newline vs perl -w
    ... a rare case, but fixed nevertheless
  + CPAN#68157: Pod-Parser-1.38/lib/Pod/Usage.pm question/bug
    ... pass through formatting options to Pod::Text
  + CPAN#70771: mishandles symbolic links in @INC
    ... fixed by making the paths in @INC absolute, using Cwd::abs_path()
  + CPAN#71139: 3 possible optimisations
    ... applied
  + several other rt.cpan.org tickets processed and closed
17 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/Pod-Parser/lib/Pod/Checker.pm
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/lib/Pod/Usage.pm
cpan/Pod-Parser/t/pod/empty.xr [new file with mode: 0644]
cpan/Pod-Parser/t/pod/find.t
cpan/Pod-Parser/t/pod/poderrs.t
cpan/Pod-Parser/t/pod/poderrs.xr
cpan/Pod-Parser/t/pod/selfcheck.t [new file with mode: 0644]
cpan/Pod-Parser/t/pod/testpchk.pl
pod/perldelta.pod