In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/d8cc0e431ef1b9fbf32d8df0b3ddfffef0fb3009?hp=a2c061044c1e87ae8e777d6134191760235db0de>
- Log ----------------------------------------------------------------- commit d8cc0e431ef1b9fbf32d8df0b3ddfffef0fb3009 Author: Steffen Mueller <[email protected]> Date: Mon Jul 11 22:08:43 2016 +0200 Update Data::Dumper to 2.161 No real changes for blead, but a fixed CPAN distribution with old-perl backcompat fixes. Thanks to Aaron Crane for the debugging and patches! ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 2 +- dist/Data-Dumper/Changes | 6 ++++++ dist/Data-Dumper/Dumper.pm | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index dae2aa7..aeaf48d 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -323,7 +323,7 @@ use File::Glob qw(:case); }, 'Data::Dumper' => { - 'DISTRIBUTION' => 'SMUELLER/Data-Dumper-2.160.tar.gz', + 'DISTRIBUTION' => 'SMUELLER/Data-Dumper-2.161.tar.gz', 'FILES' => q[dist/Data-Dumper], }, diff --git a/dist/Data-Dumper/Changes b/dist/Data-Dumper/Changes index 64dfb80..f9ea53f 100644 --- a/dist/Data-Dumper/Changes +++ b/dist/Data-Dumper/Changes @@ -6,6 +6,12 @@ Changes - public release history for Data::Dumper =over 8 +=item 2.161 (Jul 11 2016) + +Perl 5.12 fix/workaround until fixed PPPort release. + +Pre-5.12 fixes for test dependency. + =item 2.160 (Jul 3 2016) Now handles huge inputs on 64bit perls. diff --git a/dist/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm index 13be89d..c71ad35 100644 --- a/dist/Data-Dumper/Dumper.pm +++ b/dist/Data-Dumper/Dumper.pm @@ -10,7 +10,7 @@ package Data::Dumper; BEGIN { - $VERSION = '2.160'; # Don't forget to set version and release + $VERSION = '2.161'; # Don't forget to set version and release } # date in POD below! #$| = 1; @@ -1466,13 +1466,13 @@ be to use the C<Sortkeys> filter of Data::Dumper. Gurusamy Sarathy [email protected] -Copyright (c) 1996-2014 Gurusamy Sarathy. All rights reserved. +Copyright (c) 1996-2016 Gurusamy Sarathy. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =head1 VERSION -Version 2.160 (January 12 2016) +Version 2.161 (July 11 2016) =head1 SEE ALSO -- Perl5 Master Repository
