diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2015-08-24 11:06:47 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2015-08-24 11:06:47 +0100 |
commit | 354f3e4ea74293dacec2ca84d3762435e9c45701 (patch) | |
tree | 2b7438d2cac9a17e5d9a2cc45691546241f99b35 /Porting | |
parent | e128eaa17ab039e9db53073c7ac6c5093b3628d9 (diff) | |
download | perl-354f3e4ea74293dacec2ca84d3762435e9c45701.tar.gz |
Update Pod-Simple to CPAN version 3.31
[DELTA]
2015-08-23 Marc Green <marcgreen@cpan.org>
* Release 3.31
No changes since 3.30_1.
2015-07-19 Marc Green <marcgreen@cpan.org>
* Release 3.30_1
Simplified the detection of case-insensitivity in Pod::Simple::Search.
Fixed "Use of uninitialized value $1 in lc" warning in
Pod::Simple::Search.
If @INC includes the current directory symbol, '.', the survey()
method of Pod::Simple::Search no longer excludes it from its list
of directories to search. Instead, The survey() and find() methods
now both exclude duplicate directories from @INC (RT #102344).
Moved source repository and updated links to new perl-pod GitHub
organization: https://github.com/perl-pod/pod-simple.
Improved repository links and added GitHub issue tracking link to
the distribution metadata.
Switched from File::Spec's catdir to catfile for path names, to
fix failures on VMS. Also now use Unix path semantics where
they're not required to be platform-specific. Thanks to Craig A.
Berry for the patch (RT #105511).
Improved the example use of the 'html_encode_chars()' method in
the Pod::Simple::XHTML documentation. Patch from Randy Stauner.
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index fc734a4bae..2544bb07c1 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -938,22 +938,8 @@ use File::Glob qw(:case); }, 'Pod::Simple' => { - 'DISTRIBUTION' => 'DWHEELER/Pod-Simple-3.30.tar.gz', + 'DISTRIBUTION' => 'MARCGREEN/Pod-Simple-3.31.tar.gz', 'FILES' => q[cpan/Pod-Simple], - # https://rt.cpan.org/Public/Bug/Display.html?id=103439 - # https://rt.cpan.org/Public/Bug/Display.html?id=105192 - # https://rt.cpan.org/Public/Bug/Display.html?id=105511 - 'CUSTOMIZED' => [ - qw( lib/Pod/Simple/Search.pm - lib/Pod/Simple/BlackBox.pm - t/search10.t - t/search12.t - t/search20.t - t/search22.t - t/search26.t - t/search28.t - ), - ], }, 'Pod::Usage' => { |