summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2008-12-09 12:58:08 +0000
committerDave Mitchell <davem@fdisolutions.com>2008-12-09 12:58:08 +0000
commit6061b26c4715b905288fa01b57f707a650bd6356 (patch)
treeda59dc051b8e5d318923eaa8b458566568ad65a6
parentf2b6dff61d0ceea693563a131ab3c50d4f5896b3 (diff)
downloadperl-6061b26c4715b905288fa01b57f707a650bd6356.tar.gz
bump Data::Dumper version number.
both maint branches are listed as 2.121_17, but bleed has additional changes. p4raw-id: //depot/perl@35060
-rw-r--r--ext/Data/Dumper/Dumper.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Data/Dumper/Dumper.pm b/ext/Data/Dumper/Dumper.pm
index 1d88e1f093..b716ff2de3 100644
--- a/ext/Data/Dumper/Dumper.pm
+++ b/ext/Data/Dumper/Dumper.pm
@@ -9,7 +9,7 @@
package Data::Dumper;
-$VERSION = '2.121_17';
+$VERSION = '2.121_18';
#$| = 1;