projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
88830c8
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/SelfLoader.pm
b/lib/SelfLoader.pm
index
3b810dd
..
40c92db
100644
(file)
--- 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;