From: Gurusamy Sarathy Date: Sat, 20 Feb 1999 00:51:08 +0000 (+0000) Subject: integrate change#2980 from maint-5.005 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c4954b40b9da2802a82960be779165c7e4925790;p=p5sagit%2Fp5-mst-13.2.git 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..) --- diff --git a/utils/h2xs.PL b/utils/h2xs.PL index f1d4045..3650512 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; }