diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-07 18:12:15 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-07 18:12:15 +0000 |
commit | 65346fe1a9b07a3de1b94fead7e905d3a8dad1d5 (patch) | |
tree | 6411eb4ada3c59f9e2c51918248bfb2ac023fd6d /utils | |
parent | 7bb57f2574a8c0390047c97cfadcd7cb89c929eb (diff) | |
download | perl-65346fe1a9b07a3de1b94fead7e905d3a8dad1d5.tar.gz |
typo on h2xs.PL (from Helmut Jarausch)
p4raw-id: //depot/perl@4768
Diffstat (limited to 'utils')
-rw-r--r-- | utils/h2xs.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/h2xs.PL b/utils/h2xs.PL index 7d72e8a1a8..ca55c0ace2 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); |