summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2013-07-23 09:46:55 +1000
committerTony Cook <tony@develop-help.com>2013-07-23 09:46:55 +1000
commit1231af1203dfc7d4af2e4bc191fd6627da413822 (patch)
tree88a8392cddef87319aedb0805912cdd3c09ac167 /dist
parent059639d5cdd8e4ce8732e497e1c8a0d9deafc7b3 (diff)
downloadperl-1231af1203dfc7d4af2e4bc191fd6627da413822.tar.gz
bump version for Data-Dumper
I had a stray 5.19.2 tag (possibly from testing a few weeks back) that allowed cmp_version.t to pass
Diffstat (limited to 'dist')
-rw-r--r--dist/Data-Dumper/Dumper.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm
index fca6ab1371..369747d2a0 100644
--- a/dist/Data-Dumper/Dumper.pm
+++ b/dist/Data-Dumper/Dumper.pm
@@ -10,7 +10,7 @@
package Data::Dumper;
BEGIN {
- $VERSION = '2.147'; # Don't forget to set version and release
+ $VERSION = '2.148'; # Don't forget to set version and release
} # date in POD below!
#$| = 1;