summaryrefslogtreecommitdiff
path: root/configpm
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-01-05 16:27:19 +0000
committerNicholas Clark <nick@ccl4.org>2005-01-05 16:27:19 +0000
commit2c165900ba8cdc82020bd482e32a3445138c9bc0 (patch)
treeb5f372c183a89189a163c2ad5fe7b6313a07bc00 /configpm
parent9cf3097f51a8dfc7f98225d903e20bdcb8b43cc2 (diff)
downloadperl-2c165900ba8cdc82020bd482e32a3445138c9bc0.tar.gz
Shave off the explict 1; from the end of lib/Config.pm
p4raw-id: //depot/perl@23752
Diffstat (limited to 'configpm')
-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