summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigpm3
1 files changed, 1 insertions, 2 deletions
diff --git a/configpm b/configpm
index 9db7f96d31..c9f5e3423a 100755
--- 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