summaryrefslogtreecommitdiff
path: root/dist/base
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2017-03-24 08:30:26 +0000
committerDavid Mitchell <davem@iabyn.com>2017-03-24 08:34:12 +0000
commit2250cd05d3965ba397f971e2e22e2f1e16e0b1de (patch)
tree77411652268517c374ff4b4ae4a8511a42e8a3af /dist/base
parent6ee05a9b9195a324347204414de1405b2b0771e3 (diff)
downloadperl-2250cd05d3965ba397f971e2e22e2f1e16e0b1de.tar.gz
bump base.pm $VERSION and un-CUSTOMISE
follow-up to the previous commit's reverting of base.pm @INC changes.
Diffstat (limited to 'dist/base')
-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 f7a2480381..8bc332e2dd 100644
--- a/dist/base/lib/base.pm
+++ b/dist/base/lib/base.pm
@@ -3,7 +3,7 @@ package base;
use strict 'vars';
use vars qw($VERSION);
-$VERSION = '2.24';
+$VERSION = '2.25';
$VERSION =~ tr/_//d;
# constant.pm is slow