Increase $Data::Dumper::VERSION to 2.135_03
authorFather Chrysostomos <sprout@cpan.org>
Sat, 31 Dec 2011 18:49:54 +0000 (10:49 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 31 Dec 2011 19:37:05 +0000 (11:37 -0800)
I’m about to make a change, and 2.135_02 has already been used by a
CPAN dev release.

dist/Data-Dumper/Dumper.pm

index b4c6f7b..78e96a9 100644 (file)
@@ -10,7 +10,7 @@
 package Data::Dumper;
 
 BEGIN {
-    $VERSION = '2.135_02'; # Don't forget to set version and release
+    $VERSION = '2.135_03'; # Don't forget to set version and release
 }                         # date in POD!
 
 #$| = 1;
@@ -1317,7 +1317,7 @@ modify it under the same terms as Perl itself.
 
 =head1 VERSION
 
-Version 2.135_02  (December 19 2011)
+Version 2.135_03  (December 19 2011)
 
 =head1 SEE ALSO