diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-04-04 13:07:50 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-04-04 13:07:50 +0000 |
commit | 20a6717b3f0310570b661870c2455994a4ab8016 (patch) | |
tree | 2f0e9ebd35b9109c447b67bbc60c87f0c168ea4a /lib/base.pm | |
parent | b6d5fef8cdb4285e43c5a333b488b349d2c28bd9 (diff) | |
download | perl-20a6717b3f0310570b661870c2455994a4ab8016.tar.gz |
Bump version numbers for modules that have changed since 5.8.3
p4raw-id: //depot/perl@22642
Diffstat (limited to 'lib/base.pm')
-rw-r--r-- | lib/base.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.pm b/lib/base.pm index b735848f9b..cc0d3c6e6d 100644 --- a/lib/base.pm +++ b/lib/base.pm @@ -2,7 +2,7 @@ package base; use strict 'vars'; use vars qw($VERSION); -$VERSION = '2.04'; +$VERSION = '2.05'; # constant.pm is slow sub SUCCESS () { 1 } |