summaryrefslogtreecommitdiff
path: root/dist/Data-Dumper
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2013-11-21 16:48:13 +1100
committerTony Cook <tony@develop-help.com>2013-12-17 16:40:29 +1100
commit26db986513bb3f9539f8404a00e3f2afd3ebed87 (patch)
treebf50f5f2753e96c00d7d966e850f9baaf5e36568 /dist/Data-Dumper
parentb183d514e3e9929ed0c33d4178f16937e6dcbbe1 (diff)
downloadperl-26db986513bb3f9539f8404a00e3f2afd3ebed87.tar.gz
bump $Data::Dumper::VERSION
Diffstat (limited to 'dist/Data-Dumper')
-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 0f85393fdd..96ff4926ff 100644
--- a/dist/Data-Dumper/Dumper.pm
+++ b/dist/Data-Dumper/Dumper.pm
@@ -10,7 +10,7 @@
package Data::Dumper;
BEGIN {
- $VERSION = '2.149'; # Don't forget to set version and release
+ $VERSION = '2.150'; # Don't forget to set version and release
} # date in POD below!
#$| = 1;
@@ -1390,7 +1390,7 @@ modify it under the same terms as Perl itself.
=head1 VERSION
-Version 2.149 (September 20 2013)
+Version 2.150 (November 21 2013)
=head1 SEE ALSO