projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0ad7a7b
)
Upgrade to AutoLoader 5.70 for CPAN synchronization (no non-trivial changes)
Steffen Mueller [Mon, 21 Sep 2009 13:52:47 +0000 (15:52 +0200)]
ext/AutoLoader/lib/AutoLoader.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/AutoLoader/lib/AutoLoader.pm
b/ext/AutoLoader/lib/AutoLoader.pm
index
4ec7a3d
..
06f986b
100644
(file)
--- a/
ext/AutoLoader/lib/AutoLoader.pm
+++ b/
ext/AutoLoader/lib/AutoLoader.pm
@@
-15,7
+15,7
@@
BEGIN {
$is_epoc = $^O eq 'epoc';
$is_vms = $^O eq 'VMS';
$is_macos = $^O eq 'MacOS';
- $VERSION = '5.69';
+ $VERSION = '5.70';
}
AUTOLOAD {