diff options
author | Steffen Mueller <smueller@cpan.org> | 2009-06-13 17:23:57 +0200 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2009-06-13 17:23:57 +0200 |
commit | 20fc10417a2e591867f81f2d35a64a646135e115 (patch) | |
tree | 9b9844917ab17bcef2ead8736f92e912b715397c /ext | |
parent | 760f623a76e23a164967a9649bcfbf78af1b7570 (diff) | |
download | perl-20fc10417a2e591867f81f2d35a64a646135e115.tar.gz |
Update to Data::Dumper 2.124
... which includes all test files that blead had and CPAN did not.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Data-Dumper/Changes | 4 | ||||
-rw-r--r-- | ext/Data-Dumper/Dumper.pm | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ext/Data-Dumper/Changes b/ext/Data-Dumper/Changes index 5cdc2c1526..f2e1ef57a5 100644 --- a/ext/Data-Dumper/Changes +++ b/ext/Data-Dumper/Changes @@ -6,6 +6,10 @@ HISTORY - public release history for Data::Dumper =over 8 +=item 2.124 (Jun 13 2009) + +Add three missing test files. + =item 2.123 (Jun 11 2009) Re-add the INSTALLDIRS => 'perl' directive to Makefile.PL diff --git a/ext/Data-Dumper/Dumper.pm b/ext/Data-Dumper/Dumper.pm index 0ca1121c6c..1123e6c7eb 100644 --- a/ext/Data-Dumper/Dumper.pm +++ b/ext/Data-Dumper/Dumper.pm @@ -9,7 +9,7 @@ package Data::Dumper; -$VERSION = '2.123'; # Don't forget to set version and release date in POD! +$VERSION = '2.124'; # 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.123 (Jun 11 2009) +Version 2.124 (Jun 13 2009) =head1 SEE ALSO |