This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $Data::Dumper::VERSION to 2.135_07
authorFather Chrysostomos <sprout@cpan.org>
Sat, 28 Jul 2012 07:35:18 +0000 (00:35 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 29 Jul 2012 05:20:04 +0000 (22:20 -0700)
dist/Data-Dumper/Dumper.pm

index a099277..a5a6b31 100644 (file)
@@ -10,7 +10,7 @@
 package Data::Dumper;
 
 BEGIN {
-    $VERSION = '2.135_06'; # Don't forget to set version and release
+    $VERSION = '2.135_07'; # Don't forget to set version and release
 }                         # date in POD!
 
 #$| = 1;
@@ -1332,7 +1332,7 @@ modify it under the same terms as Perl itself.
 
 =head1 VERSION
 
-Version 2.135_06  (March 20 2012)
+Version 2.135_07  (August 20 2012)
 
 =head1 SEE ALSO