Re: [perl #34493] h2ph `extern inline' problems
[p5sagit/p5-mst-13.2.git] / 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