summaryrefslogtreecommitdiff
path: root/MANIFEST
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 /MANIFEST
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 'MANIFEST')
-rw-r--r--MANIFEST4
1 files changed, 4 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 595372ffa3..65ead36921 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1893,6 +1893,10 @@ cpan/Pod-Simple/t/corpus/8859_7.pod Pod::Simple test file
cpan/Pod-Simple/t/corpus/8859_7.xml Pod::Simple test file
cpan/Pod-Simple/t/corpus/cp1256.txt Pod::Simple test file
cpan/Pod-Simple/t/corpus/cp1256.xml Pod::Simple test file
+cpan/Pod-Simple/t/corpus/enc_char_directive.txt Pod::Simple test file
+cpan/Pod-Simple/t/corpus/enc_char_directive.xml Pod::Simple test file
+cpan/Pod-Simple/t/corpus/enc_char_wrong_directive.txt Pod::Simple test file
+cpan/Pod-Simple/t/corpus/enc_char_wrong_directive.xml Pod::Simple test file
cpan/Pod-Simple/t/corpus/encwarn01.txt Pod::Simple test file
cpan/Pod-Simple/t/corpus/encwarn01.xml Pod::Simple test file
cpan/Pod-Simple/t/corpus/encwarn02.txt Pod::Simple test file