From: Gurusamy Sarathy Date: Fri, 7 Jan 2000 18:12:15 +0000 (+0000) Subject: typo on h2xs.PL (from Helmut Jarausch) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=65346fe1a9b07a3de1b94fead7e905d3a8dad1d5;p=p5sagit%2Fp5-mst-13.2.git typo on h2xs.PL (from Helmut Jarausch) p4raw-id: //depot/perl@4768 --- diff --git a/utils/h2xs.PL b/utils/h2xs.PL index 7d72e8a..ca55c0a 100644 --- a/utils/h2xs.PL +++ b/utils/h2xs.PL @@ -705,7 +705,7 @@ sub AUTOLOAD { # to the AUTOLOAD in AutoLoader. my \$constname; - our $AUTOLOAD; + our \$AUTOLOAD; (\$constname = \$AUTOLOAD) =~ s/.*:://; croak "&$module::constant not defined" if \$constname eq 'constant'; my \$val = constant(\$constname, \@_ ? \$_[0] : 0);