Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 22ce58f7dc394e5929f9642af1194e0559dc4452
https://github.com/Perl/perl5/commit/22ce58f7dc394e5929f9642af1194e0559dc4452
Author: Chris 'BinGOs' Williams <[email protected]>
Date: 2020-01-07 (Tue, 07 Jan 2020)
Changed paths:
M Porting/Maintainers.pl
M cpan/DB_File/DB_File.pm
M cpan/DB_File/DB_File.xs
M cpan/DB_File/Makefile.PL
M cpan/DB_File/config.in
M cpan/DB_File/dbinfo
M cpan/DB_File/t/db-btree.t
M cpan/DB_File/t/db-hash.t
M cpan/DB_File/t/db-recno.t
M cpan/DB_File/typemap
M cpan/DB_File/version.c
Log Message:
-----------
Update DB_File to CPAN version 1.853
[DELTA]
1.853 5 January 2020
* Memory leak if ParseOpenInfo calls croak_and_free
https://github.com/pmqs/DB_File/issues/3
9e2c8d6c3a35acb71358f440c93defa3d8339420
* Add Address Sanatizer suppressions file
a6a26f4878d6be13aad69a3f5b6019e7482a8992
* Add prereq test
a631884b3ca11919142c6be8a64e668730b83469
* Documemtation updates
4c53b38531b547ae293967c852ff21412eb6d840
* clang warning in ppport.h
update to latest ppport.h
https://github.com/pmqs/DB_File/issues/2
36d6ae54edfc1df872f5e66c93bda05cbfefefa7
* #125853 - RT links in Changes file are wrong
Changes entry for 1.842 has both CPAN & Perl RT links.
Use the full URL to avoid ambiguity.
f06a9235373747d0f5c6a95caf504174ffb19c44
Commit: 28997a26dcd9f1910cb1ef3b4c567e7e48f782b6
https://github.com/Perl/perl5/commit/28997a26dcd9f1910cb1ef3b4c567e7e48f782b6
Author: Chris 'BinGOs' Williams <[email protected]>
Date: 2020-01-07 (Tue, 07 Jan 2020)
Changed paths:
M MANIFEST
M Porting/Maintainers.pl
M cpan/podlators/lib/Pod/Man.pm
M cpan/podlators/lib/Pod/ParseLink.pm
M cpan/podlators/lib/Pod/Text.pm
M cpan/podlators/lib/Pod/Text/Color.pm
M cpan/podlators/lib/Pod/Text/Overstrike.pm
M cpan/podlators/lib/Pod/Text/Termcap.pm
A cpan/podlators/t/data/snippets/overstrike/tag-width
A cpan/podlators/t/data/snippets/overstrike/wrapping
A cpan/podlators/t/data/snippets/text/empty
A cpan/podlators/t/data/snippets/text/iso-8859-1
A cpan/podlators/t/data/snippets/text/utf8-iso
M cpan/podlators/t/lib/Test/Podlators.pm
M cpan/podlators/t/man/iso-8859-1.t
M cpan/podlators/t/man/utf8-io.t
M cpan/podlators/t/parselink/basic.t
R cpan/podlators/t/text/empty.t
A cpan/podlators/t/text/invalid.t
A cpan/podlators/t/text/iso-8859-1.t
M cpan/podlators/t/text/overstrike.t
R cpan/podlators/t/text/perlio.t
M cpan/podlators/t/text/snippets.t
A cpan/podlators/t/text/utf8-io.t
Log Message:
-----------
Update podlators to CPAN version 4.14
[DELTA]
podlators 4.14 (2020-01-04)
Document that parse_lines and parse_string_document expect raw bytes,
not decoded characters.
Fix the test suite use of parse_string_document to pass in raw bytes
rather than decoded characters, which will hopefully fix test failures
with versions of Pod::Simple older than 3.22 and is a more correct
test of encoding handling.
Compare: https://github.com/Perl/perl5/compare/dc9f0093cf75...28997a26dcd9