diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-01-05 16:27:19 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-01-05 16:27:19 +0000 |
commit | 2c165900ba8cdc82020bd482e32a3445138c9bc0 (patch) | |
tree | b5f372c183a89189a163c2ad5fe7b6313a07bc00 /configpm | |
parent | 9cf3097f51a8dfc7f98225d903e20bdcb8b43cc2 (diff) | |
download | perl-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-x | configpm | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |