diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-20 00:51:08 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-20 00:51:08 +0000 |
commit | c4954b40b9da2802a82960be779165c7e4925790 (patch) | |
tree | 608fe64528ab57663b3f7cd7b27dae13a864d360 /utils | |
parent | 0ef3e39ecdfec810eb60a7318e9f8475748553e2 (diff) | |
download | perl-c4954b40b9da2802a82960be779165c7e4925790.tar.gz |
integrate change#2980 from maint-5.005
p4raw-link: @2980 on //depot/maint-5.005/perl: 28facf2f3da03b2ec61a87e656bcea2ae414236b
p4raw-id: //depot/perl@2992
p4raw-integrated: from //depot/maint-5.005/perl@2991 'merge in'
utils/h2xs.PL (@2015..)
Diffstat (limited to 'utils')
-rw-r--r-- | utils/h2xs.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/h2xs.PL b/utils/h2xs.PL index f1d4045640..3650512a57 100644 --- a/utils/h2xs.PL +++ b/utils/h2xs.PL @@ -479,6 +479,7 @@ sub AUTOLOAD { croak "Your vendor has not defined $module macro \$constname"; } } + no strict 'refs'; *\$AUTOLOAD = sub () { \$val }; goto &\$AUTOLOAD; } |