summaryrefslogtreecommitdiff
path: root/lib/SelfLoader.pm
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-14 05:23:58 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-14 05:23:58 +0000
commitb21337cc1584713235c7c6bdcfc6deff1c6d5ce1 (patch)
tree6e9733ed6229c6caa85f433d76a4fdae3543cdb8 /lib/SelfLoader.pm
parent88830c88431d18029575b23c5ab19a81d9b88f19 (diff)
downloadperl-b21337cc1584713235c7c6bdcfc6deff1c6d5ce1.tar.gz
One more VERSION bump.
p4raw-id: //depot/perl@20692
Diffstat (limited to 'lib/SelfLoader.pm')
-rw-r--r--lib/SelfLoader.pm2
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;