typo on h2xs.PL (from Helmut Jarausch)
Gurusamy Sarathy [Fri, 7 Jan 2000 18:12:15 +0000 (18:12 +0000)]
p4raw-id: //depot/perl@4768

utils/h2xs.PL

index 7d72e8a..ca55c0a 100644 (file)
@@ -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);