summaryrefslogtreecommitdiff
path: root/Porting/Maintainers.pl
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2015-01-11 10:20:31 -0500
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2015-01-18 11:47:40 +0000
commitf23676cbac6a149c86b3fd0aa917c55ed6c542aa (patch)
tree5de565f64446838f717207963f1b0f4afbec0947 /Porting/Maintainers.pl
parentd676fe861a0916d8787409f8268b68369798ef21 (diff)
downloadperl-f23676cbac6a149c86b3fd0aa917c55ed6c542aa.tar.gz
Update Pod-Simple to CPAN version 3.29
[DELTA] 2015-01-13 David E. Wheeler <david@justatheory.org> * Release 3.29 NOTE: This will be the last release of Pod::Simple to support versions of Perl earlier than 5.6. Fixed test failure for unsupported encoding on Perl 5.6. Removed unnecessary dependency on constant. Reported by Petr Pisar (RT #85578). Many documentation and comment typos fixed by David Steinbrunner. Fixed issue when an encoding is declared via an '=encoding' directive *after* Pod::Simple has already detected an encoding. Thanks to Graham Knop for the patch and Patrice Dumas for the tests. Added '>&STDERR' as an output to better emulate Pod::Parser::parse_from_file(). Florent Angly. Tidied the description of the different Pod::Simple interfaces, with greater emphasis on the four different steps to subclassing. Florent Angly. Added the 'top_anchor' attribue to Pod::Simple::HTML, to allow specification of a custom top anchor format. Gabor Szabo. Fixed the text formatter to properly set the Text::Wrap overflow policy. Thanks to Nigel Metheringham for the fix! Fixed mis-matched quotation marks when adding JavaScript elements to the XHTML output. Patch from jonathancast. Fixed issues on EBCDIC. Patch from Karl Williamson (GitHub Pull Request #58). Fixed bug where the value passed to Pod::Simple::XHTML's html_css() method would be output twice. Thanks to Andrew Johnson for the report (RT #99303). Documented the 'recurse' attribute of Pod::Simple::Search. Thanks to Jim Keenan for the report (RT #91886). An error is no longer thrown when '=encoding' directives are found on subsequent lines. Instead, we now log a an error message, "Cannot have multiple =encoding directives" (RT #91757). The HTML and XHTML formatters now do a better job of preserving lines in 'begin html' blocks. Fixes a bug that dates from 2002 (Perl RT#9385, CPAN RT #91851). Collateral damage to 3 tests under ext/Pod-Html/.
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-xPorting/Maintainers.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 242b32f0a1..c19d114a6c 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -919,7 +919,7 @@ use File::Glob qw(:case);
},
'Pod::Simple' => {
- 'DISTRIBUTION' => 'DWHEELER/Pod-Simple-3.28.tar.gz',
+ 'DISTRIBUTION' => 'DWHEELER/Pod-Simple-3.29.tar.gz',
'FILES' => q[cpan/Pod-Simple],
},