diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-12-25 00:56:27 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-12-25 14:36:15 -0800 |
commit | 5e4660d61c6eafa613b82d3a7640d615813996e0 (patch) | |
tree | ed8eb96427bc0b1cc10b7a801ce860d1ed7b8f31 /dist/Data-Dumper | |
parent | 56f852c44b1c72f57e753eb5cc771010f4db40f9 (diff) | |
download | perl-5e4660d61c6eafa613b82d3a7640d615813996e0.tar.gz |
Increase $Data::Dumper::VERSION to 2.135_02
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 8d2875024e..c208266ffc 100644 --- a/dist/Data-Dumper/Dumper.pm +++ b/dist/Data-Dumper/Dumper.pm @@ -9,7 +9,7 @@ package Data::Dumper; -$VERSION = '2.135_01'; # Don't forget to set version and release date in POD! +$VERSION = '2.135_02'; # Don't forget to set version and release date in POD! #$| = 1; @@ -1297,7 +1297,7 @@ modify it under the same terms as Perl itself. =head1 VERSION -Version 2.135_01 (December 19 2011) +Version 2.135_02 (December 19 2011) =head1 SEE ALSO |