From 1d84dc32c2522c8186d0d97df004a5d43a93541b Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 25 Aug 2013 00:10:16 -0700 Subject: [PATCH] Increase $Data::Dumper::VERSION to 2.149 --- dist/Data-Dumper/Dumper.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm index 369747d..7bc1ed9 100644 --- a/dist/Data-Dumper/Dumper.pm +++ b/dist/Data-Dumper/Dumper.pm @@ -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 -- 2.7.4