diff options
author | Tony Cook <tony@develop-help.com> | 2013-12-17 11:08:31 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2013-12-17 11:08:31 +1100 |
commit | be94f0b715e39ec6b3a6762b0bf8db5799f1c59e (patch) | |
tree | 86d4f61c7e5c39234af4fbf2bc4bcc0603f23dd7 /dist/base | |
parent | 892089cd68f447dda17eb023010cd1dfb14ea0a5 (diff) | |
download | perl-be94f0b715e39ec6b3a6762b0bf8db5799f1c59e.tar.gz |
bump $VERSION for base.pm
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 24f7e5cd6d..36ae2a5540 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.19'; +$VERSION = '2.20'; $VERSION = eval $VERSION; # constant.pm is slow |