summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2015-06-13 20:45:09 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2015-06-13 20:45:09 +0100
commit08d70c44c994325f220993a1a8ad668f3f27da0c (patch)
tree5b9026e17ebd86defec998a2e7344b44178003a6 /MANIFEST
parent12144562d1d1c6240a4960ddc56fc6c407ed88b6 (diff)
downloadperl-08d70c44c994325f220993a1a8ad668f3f27da0c.tar.gz
Update Pod-Simple to CPAN version 3.30
[DELTA] 2015-02-23 David E. Wheeler <david@justatheory.org> * Release 3.30 No changes since 3.29_6. 2015-02-19 David E. Wheeler <david@justatheory.org> * Release 3.29_6 The survey() method in Pod::Simple::Search now ignores duplicat files with varying lettercasing on case-insensitive file systems. This allows When pondering files in a given directory, the survey() method in Pod::Simple::Search now prefers files with extensions in the following order: no extension, .pod, .pm, .plx, .pl. The find() method in Pod::Simple::Search now records the './pod' subdirectory of each directory it considers in such a way as to preserve its case on the file system. The find() method in Pod::Simple::Search now tries harder to find the proper file on case-insensitive file systems when searching for modules starting with "Pod". For example, when searching for 'Pod::Perldoc' it now returns a file ending in 'Pod/Perldoc.pm' instead of 'Pod/perldoc.pod', as the latter is actually the documention for the 'perldoc' program. 2015-02-17 David E. Wheeler <david@justatheory.org> * Release 3.29_5 No changes except that the release tarball should no longer be empty. 2015-02-16 David E. Wheeler <david@justatheory.org> * Release 3.29_4 Removed "Caveats" from the docs. Pod::Simple has been out of beta for years. The survey() method in Pod::Simple::Search no longer assumes that files ending in '.pod' are actually Pod. Like .pm and .pl files, .pod files must contains at least one valid POD command, as documented. This brings the behavior in line with find(), which already required that .pod files contain Pod. The survey() method in Pod::Simple::Search now prefers files ending in .pod over those ending in .pm, and .pm over those ending in .pl, when it finds duplicate pod files for a given name. 2015-02-11 David E. Wheeler <david@justatheory.org> * Release 3.29_3 Tightened up the first pass at recognizing a Pod command so that fewer invalid Pod lines will be recognized. Suggested by Randy Stauner. Fixed bug where Pod::Simple would attempt to call utf8::unicode_to_native on Perl 5.6, where that function does not exist. Typos and minor wordsmithing changes in Pod::Simple::Subclassing, thanks to Randy Stauner. The Pod::Simple::Search survey() and find() methods now use the same code for determining @INC directories to search. The only difference is that find() also includes $Config::Config{'scriptdir'}.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index ab568081b1..679d2d6769 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1875,6 +1875,7 @@ cpan/Pod-Simple/t/20_skip.t Pod::Simple test file
cpan/Pod-Simple/t/accept01.t Pod::Simple test file
cpan/Pod-Simple/t/accept05.t Pod::Simple test file
cpan/Pod-Simple/t/ac_d.t Pod::Simple test file
+cpan/Pod-Simple/t/ascii_order.pl
cpan/Pod-Simple/t/basic.t Pod::Simple test file
cpan/Pod-Simple/t/begin.t Pod::Simple test file
cpan/Pod-Simple/t/cbacks.t Pod::Simple test file