diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-08-25 00:10:16 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-08-25 06:41:14 -0700 |
commit | 1d84dc32c2522c8186d0d97df004a5d43a93541b (patch) | |
tree | 2e9dfe5dcee266421472db62bd7273ac7146f82c /dist/Data-Dumper | |
parent | 928729ea501fcde9b4623d1f4b1f1fb9e96c873e (diff) | |
download | perl-1d84dc32c2522c8186d0d97df004a5d43a93541b.tar.gz |
Increase $Data::Dumper::VERSION to 2.149
Diffstat (limited to 'dist/Data-Dumper')
-rw-r--r-- | dist/Data-Dumper/Dumper.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm index 369747d2a0..7bc1ed9eb0 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 |