diff options
author | Tony Cook <tony@develop-help.com> | 2014-01-16 09:34:34 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2014-01-16 09:36:41 +1100 |
commit | e0d1ba82e7ac74c32a5a0c5433d6f39676b1d304 (patch) | |
tree | 460da9b4bcaaf385e9d734cc6be7ac96f4ef6f53 /dist/base | |
parent | 6a601575dc53f1a1812f54d50e99fe12976bcc0a (diff) | |
download | perl-e0d1ba82e7ac74c32a5a0c5433d6f39676b1d304.tar.gz |
bump $base::VERSION
Diffstat (limited to 'dist/base')
-rw-r--r-- | dist/base/lib/base.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/base/lib/base.pm b/dist/base/lib/base.pm index 99bda20e77..d7ef70af0f 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.20'; +$VERSION = '2.21'; $VERSION = eval $VERSION; # constant.pm is slow |