diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-14 05:23:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-14 05:23:58 +0000 |
commit | b21337cc1584713235c7c6bdcfc6deff1c6d5ce1 (patch) | |
tree | 6e9733ed6229c6caa85f433d76a4fdae3543cdb8 | |
parent | 88830c88431d18029575b23c5ab19a81d9b88f19 (diff) | |
download | perl-b21337cc1584713235c7c6bdcfc6deff1c6d5ce1.tar.gz |
One more VERSION bump.
p4raw-id: //depot/perl@20692
-rw-r--r-- | lib/SelfLoader.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SelfLoader.pm b/lib/SelfLoader.pm index 3b810ddbf1..40c92db6b7 100644 --- a/lib/SelfLoader.pm +++ b/lib/SelfLoader.pm @@ -3,7 +3,7 @@ package SelfLoader; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(AUTOLOAD); -$VERSION = "1.0903"; +$VERSION = "1.0904"; sub Version {$VERSION} $DEBUG = 0; |