From: Nicholas Clark Date: Wed, 5 Jan 2005 16:27:19 +0000 (+0000) Subject: Shave off the explict 1; from the end of lib/Config.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2c165900ba8cdc82020bd482e32a3445138c9bc0;p=p5sagit%2Fp5-mst-13.2.git Shave off the explict 1; from the end of lib/Config.pm p4raw-id: //depot/perl@23752 --- diff --git a/configpm b/configpm index 9db7f96..c9f5e34 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