summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-07-28 00:35:18 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-07-28 22:20:04 -0700
commit915268060395b06c8b4ca80ac2b7a4de7fc4bec0 (patch)
tree2701811edaa4de63362054389eca71f7640a4d11 /dist
parent8a68f32879ab48ea5a7fbacc6abdca4a65ec0d23 (diff)
downloadperl-915268060395b06c8b4ca80ac2b7a4de7fc4bec0.tar.gz
Increase $Data::Dumper::VERSION to 2.135_07
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 a099277613..a5a6b312f5 100644
--- a/dist/Data-Dumper/Dumper.pm
+++ b/dist/Data-Dumper/Dumper.pm
@@ -10,7 +10,7 @@
package Data::Dumper;
BEGIN {
- $VERSION = '2.135_06'; # Don't forget to set version and release
+ $VERSION = '2.135_07'; # Don't forget to set version and release
} # date in POD!
#$| = 1;
@@ -1332,7 +1332,7 @@ modify it under the same terms as Perl itself.
=head1 VERSION
-Version 2.135_06 (March 20 2012)
+Version 2.135_07 (August 20 2012)
=head1 SEE ALSO