diff options
author | Sawyer X <xsawyerx@cpan.org> | 2018-09-12 18:49:17 +0300 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2018-09-12 18:49:17 +0300 |
commit | a9fcae09fc0009070d3b241735a5c78169c89b6b (patch) | |
tree | 99f95ea598f442a859f28e23ad857865fbdf882e /dist | |
parent | f7b64c80c2cae794e3cbb1d0254a28cf263e5bc3 (diff) | |
download | perl-a9fcae09fc0009070d3b241735a5c78169c89b6b.tar.gz |
Update Changes file for Data::Dumper
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Data-Dumper/Changes | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dist/Data-Dumper/Changes b/dist/Data-Dumper/Changes index 95e3a8ab16..b5dbed6add 100644 --- a/dist/Data-Dumper/Changes +++ b/dist/Data-Dumper/Changes @@ -6,6 +6,33 @@ Changes - public release history for Data::Dumper =over 8 +=item 2.172 + +Fixes for older Perl versions, restoring deparsing support in the XS dumper. + +Fix trivial compilation warning. + +Handle incomplete support for unicode glob names, allowing tests to +pass in Perl 5.8 through 5.14. + +=item 2.171 (Apr 21 2018) + +Fix some tests on older Perls. + +=item 2.170 (Jan 10 2018) + +Fix postentry for quoted glob. + +Use safer strlcpy. + +=item 2.169 (Dec 12 2017) + +perl #113090: Correction detection of arg absence. + +=item 2.168 (Dec 1, 2017) + +perl #119831: Quote glob names better. + =item 2.167_02 (Aug 4 2017) Attempt to work around XS deparse issues on old perls. |