projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9cf3097
)
Shave off the explict 1; from the end of lib/Config.pm
Nicholas Clark [Wed, 5 Jan 2005 16:27:19 +0000 (16:27 +0000)]
p4raw-id: //depot/perl@23752
configpm
patch
|
blob
|
blame
|
history
diff --git
a/configpm
b/configpm
index
9db7f96
..
c9f5e34
100755
(executable)
--- a/
configpm
+++ b/
configpm
@@
-623,10
+623,9
@@
sub AUTOLOAD {
die "&Config::AUTOLOAD failed on $Config::AUTOLOAD";
}
+# tie returns the object, so the value returned to require will be true.
tie %%Config, 'Config', {
%s};
-
-1;
ENDOFTIE