Update to Data::Dumper 2.124
Steffen Mueller [Sat, 13 Jun 2009 15:23:57 +0000 (17:23 +0200)]
... which includes all test files that blead had and CPAN did not.

ext/Data-Dumper/Changes
ext/Data-Dumper/Dumper.pm

index 5cdc2c1..f2e1ef5 100644 (file)
@@ -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
index 0ca1121..1123e6c 100644 (file)
@@ -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