Increase $Data::Dumper::VERSION to 2.149
authorFather Chrysostomos <sprout@cpan.org>
Sun, 25 Aug 2013 07:10:16 +0000 (00:10 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 25 Aug 2013 13:41:14 +0000 (06:41 -0700)
dist/Data-Dumper/Dumper.pm

index 369747d..7bc1ed9 100644 (file)
@@ -10,7 +10,7 @@
 package Data::Dumper;
 
 BEGIN {
-    $VERSION = '2.148'; # Don't forget to set version and release
+    $VERSION = '2.149'; # Don't forget to set version and release
 }               # date in POD below!
 
 #$| = 1;
@@ -1400,7 +1400,7 @@ modify it under the same terms as Perl itself.
 
 =head1 VERSION
 
-Version 2.145  (March 15 2013))
+Version 2.149  (September 20 2013)
 
 =head1 SEE ALSO