diff options
author | Steffen Mueller <smueller@cpan.org> | 2011-05-28 14:17:25 +0200 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2011-05-28 14:17:25 +0200 |
commit | 1f180a7bb90bcee4d2674a3bdadd33598cc67983 (patch) | |
tree | 54f229ac39fed2f04d70cb94dc61e13de1e41ad5 /dist | |
parent | a3a91442a5b655a7a1aab2532214ecdae698a3e1 (diff) | |
download | perl-1f180a7bb90bcee4d2674a3bdadd33598cc67983.tar.gz |
Upgrade Data::Dumper to 2.131
This has no functional changes, just updating the version
and change log to match the stable CPAN release.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Data-Dumper/Changes | 25 | ||||
-rw-r--r-- | dist/Data-Dumper/Dumper.pm | 4 |
2 files changed, 25 insertions, 4 deletions
diff --git a/dist/Data-Dumper/Changes b/dist/Data-Dumper/Changes index f96f2ce97a..d788b3b99b 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<Dumpxs> 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 <gisle@aas.no> 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 1c68c98756..d30c66cc60 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 |