summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2017-06-30 22:50:06 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2017-06-30 22:50:06 +0100
commitc9083e53009b13159318bfb5bdeb9c254059fcac (patch)
treece27f979ca6d17b63ebb5a97144826a9d9392b68
parent2a9dbcbe25d4c43ed00a064e90d7b889a075653d (diff)
downloadperl-c9083e53009b13159318bfb5bdeb9c254059fcac.tar.gz
Bump base $VERSION
-rw-r--r--dist/base/lib/base.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/base/lib/base.pm b/dist/base/lib/base.pm
index 85d87e1161..08b439a6d5 100644
--- a/dist/base/lib/base.pm
+++ b/dist/base/lib/base.pm
@@ -2,7 +2,7 @@ package base;
use strict 'vars';
use vars qw($VERSION);
-$VERSION = '2.22';
+$VERSION = '2.22_01';
$VERSION = eval $VERSION;
# simplest way to avoid indexing of the package: no package statement