Pod-Parser

 view release on metacpan or  search on metacpan

CHANGES  view on Meta::CPAN

 Version 1.63
 + CPAN#101847: [PATCH] Bump $VERSION in module changed since Pod-Parser-1.60
   increased VERSION in all *.pm files
 + CPAN#98610: Pod::Find should skip also object directories of modern vc
   systems (.git, .hg)
   implemented in Pod::Find
 Thanks for the reports and patches!

 02-Feb-2014           Marek Rouchal                        <marekr@cpan.org>
 -----------------------------------------------------------------------------
 Version 1.62
 + CPAN#87891: More sanity checks in podselect()
   documentation patches by florent.angly@gmail.com, and a bit of stricter
   checking what clients pass to podselect()

 01-Jun-2013           Marek Rouchal                        <marekr@cpan.org>
 -----------------------------------------------------------------------------
 Version 1.61
 + CPAN#85656 fix typos in comments


 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.


 25-Jan-2012           Marek Rouchal                        <marekr@cpan.org>
 -----------------------------------------------------------------------------
 Version 1.51
 + CPAN#74271: Pod::Parser should not flag L<text|hyperlink>
   undo change CPAN#47473: L<alt text|URL> _is_ allowed (see discussion on
   pod-people and p5p); confirmed by blead change; references:
   http://code.activestate.com/lists/perl-pod-people/1690/
   http://code.activestate.com/lists/perl-pod-people/1393/
   http://perl5.git.perl.org/perl.git/commit/f6e963e4dd62b8e3c01b31f4a4dd57e47e104997
 + bump all module versions (except Pod::PlainText) to 1.51
 + update META.yml (thanks rjbs for the hint)


 16-Jan-2012           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


 09-Feb-2008           Marek Rouchal                        <marekr@cpan.org>
 -----------------------------------------------------------------------------
 Version 1.38
 + missed one (important) line from one of the patches below in pod2usage2.t
   No change in the *.pm files


 04-Feb-2008           Marek Rouchal                        <marekr@cpan.org>
 -----------------------------------------------------------------------------
 Version 1.37
 + fixed resource links in META.yml
 + address CPAN#42695 with a minor change in PlainText, although not solving
   it completely; the 'loose' option now applies to all =headN headings
 + address failures of find.t on Win32 (cpantesters) - root cause was a 
   mismatch of directory names like "Progra~1" (short/long file names)
 + include the following bleadperl changes:
   * Blank lines "between" verbatim sections are now acceptible:
     http://perl5.git.perl.org/perl.git/commitdiff/caa547d
   * Be less picky about what constitutes "numeric lists" in Pod:
     http://perl5.git.perl.org/perl.git/commitdiff/4df4f5d
   * Changes made to contains_pod.t when upgrading to 1.34:
     http://perl5.git.perl.org/perl.git/commitdiff/fb59f97
   * Fix paths on new pod2usage2 tests to work in the core.
     http://perl5.git.perl.org/perl.git/commitdiff/222046efb22c183703fea2b30db76296ab782e89
   * Make t/pod/pod2usage2.t work on case insensitive file systems.
     http://perl5.git.perl.org/perl.git/commitdiff/767c16ab361d1225fb153423fb22b590c1e0c7ea
   Thanks to Nicholas Clark, Steve Hay, Jerry D. Hedden for the patches
 + removed \r from t/pod/usage2.pod


 19-Jan-2008           Marek Rouchal                        <marekr@cpan.org>
 -----------------------------------------------------------------------------
 Version 1.36
 - Did I say this package is dead, and there won't be any updates?
   This release is fixing all open CPAN RT issues, hopefully this is the
   last version forever...
 + Ironed out the most severe issues reported by perlcritic, updated
   META.yml
 + Adapted Makefile.PL such that CPAN should recognize dependencies better
 + CPAN#30672: Merged the minor change (recognize =encoding) from 5.10.0,
   along with a few test improvements - thanks Adriano Ferreira for the patch
 + Assimilated changes from 5.8.9 on podchecker.PL
 + CPAN#23618: replace $Config{privlib} with privlibexp to avoid problems
   with installation paths like ~user. Thanks clonezone for the patch
 + CPAN#24983: document that parse_from_file() accepts also file handle
   references and objects that support the regular IO interfaces



( run in 0.757 second using v1.01-cache-2.11-cpan-71847e10f99 )