One more VERSION bump.
Jarkko Hietaniemi [Thu, 14 Aug 2003 05:23:58 +0000 (05:23 +0000)]
p4raw-id: //depot/perl@20692

lib/SelfLoader.pm

index 3b810dd..40c92db 100644 (file)
@@ -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;