summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-12-31 10:49:54 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-12-31 11:37:05 -0800
commit63603bd5368bec328de15971ad27cf9192ef0d4e (patch)
treec8e4e3c4b263803fa14d5f672cb8d1d2328899cf /dist
parentb1cf9e9219fc6285fa417befdbc380acaad84f74 (diff)
downloadperl-63603bd5368bec328de15971ad27cf9192ef0d4e.tar.gz
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.
Diffstat (limited to 'dist')
-rw-r--r--dist/Data-Dumper/Dumper.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm
index b4c6f7b037..78e96a9d15 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