From: Father Chrysostomos Date: Sat, 31 Dec 2011 18:49:54 +0000 (-0800) Subject: Increase $Data::Dumper::VERSION to 2.135_03 X-Git-Tag: accepted/trunk/20130322.191538~1409 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63603bd5368bec328de15971ad27cf9192ef0d4e;p=platform%2Fupstream%2Fperl.git Increase $Data::Dumper::VERSION to 2.135_03 I’m about to make a change, and 2.135_02 has already been used by a CPAN dev release. --- diff --git a/dist/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm index b4c6f7b..78e96a9 100644 --- a/dist/Data-Dumper/Dumper.pm +++ b/dist/Data-Dumper/Dumper.pm @@ -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