Increase $Data::Dumper::VERSION to 2.135_04
authorFather Chrysostomos <sprout@cpan.org>
Sat, 4 Feb 2012 05:48:27 +0000 (21:48 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 4 Feb 2012 05:48:27 +0000 (21:48 -0800)
dist/Data-Dumper/Dumper.pm

index 3b13f1f..fcf06ad 100644 (file)
@@ -10,7 +10,7 @@
 package Data::Dumper;
 
 BEGIN {
-    $VERSION = '2.135_03'; # Don't forget to set version and release
+    $VERSION = '2.135_04'; # Don't forget to set version and release
 }                         # date in POD!
 
 #$| = 1;