From 1f180a7bb90bcee4d2674a3bdadd33598cc67983 Mon Sep 17 00:00:00 2001 From: Steffen Mueller Date: Sat, 28 May 2011 14:17:25 +0200 Subject: [PATCH] Upgrade Data::Dumper to 2.131 This has no functional changes, just updating the version and change log to match the stable CPAN release. --- Porting/Maintainers.pl | 2 +- dist/Data-Dumper/Changes | 25 +++++++++++++++++++++++-- dist/Data-Dumper/Dumper.pm | 4 ++-- 3 files changed, 26 insertions(+), 5 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index d8fc77a..93998d7 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -511,7 +511,7 @@ use File::Glob qw(:case); 'Data::Dumper' => { 'MAINTAINER' => 'p5p', # Not gsar. Not ilyam. Not really smueller - 'DISTRIBUTION' => 'SMUELLER/Data-Dumper-2.128.tar.gz', + 'DISTRIBUTION' => 'SMUELLER/Data-Dumper-2.131.tar.gz', 'FILES' => q[dist/Data-Dumper], 'UPSTREAM' => 'blead', }, diff --git a/dist/Data-Dumper/Changes b/dist/Data-Dumper/Changes index f96f2ce..d788b3b 100644 --- a/dist/Data-Dumper/Changes +++ b/dist/Data-Dumper/Changes @@ -6,7 +6,28 @@ HISTORY - public release history for Data::Dumper =over 8 -=item 2.130 (date here) +=item 2.131 (May 27 2011) + +Essentially the same as version 2.130_02, but a production release. + +=item 2.130_03 (May 20 2011) + +Essentially the same as version 2.130_02, but a CPAN release +for the eventual 2.131. + +=item 2.130_02 + +This was only shipped with the perl core, never released to CPAN. + +Convert overload.t to Test::More + +Fix some spelling errors + +Fix some compiler warnings + +Fix an out of bounds write in Data-Dumper with malformed utf8 input + +=item 2.130 (Nov 20 2010) C can now handle malformed UTF-8. @@ -106,7 +127,7 @@ Minor release to fix Makefile.PL not accepting MakeMaker args. =item 2.08 (7 December 1997) -Glob dumps don't output superfluous 'undef' anymore. +Glob dumps don't output superflous 'undef' anymore. Fixes from Gisle Aas to make Dumper() work with overloaded strings in recent perls, and his new testsuite. diff --git a/dist/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm index 1c68c98..d30c66c 100644 --- a/dist/Data-Dumper/Dumper.pm +++ b/dist/Data-Dumper/Dumper.pm @@ -9,7 +9,7 @@ package Data::Dumper; -$VERSION = '2.130_02'; # Don't forget to set version and release date in POD! +$VERSION = '2.131'; # Don't forget to set version and release date in POD! #$| = 1; @@ -1297,7 +1297,7 @@ modify it under the same terms as Perl itself. =head1 VERSION -Version 2.130_02 (Dec 20 2010) +Version 2.131 (May 27 2011) =head1 SEE ALSO -- 2.7.4