From b21337cc1584713235c7c6bdcfc6deff1c6d5ce1 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 14 Aug 2003 05:23:58 +0000 Subject: [PATCH] One more VERSION bump. p4raw-id: //depot/perl@20692 --- lib/SelfLoader.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SelfLoader.pm b/lib/SelfLoader.pm index 3b810dd..40c92db 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; -- 2.7.4