Integrate #16353 from macperl;
Jarkko Hietaniemi [Thu, 2 May 2002 22:26:38 +0000 (22:26 +0000)]
       "fix" for utf8_heavy.pl, lexical UTF8 var crashed
       in test 92 of run/fresh_perl.t on MacOS

(as pudge rightfully points out, this is voodoo
 programming at it best, the real bug is somewhere else,
 now we just happened to shake the chicken the right way)

p4raw-id: //depot/perl@16355
p4raw-integrated: from //depot/macperl@16354 'merge in'
lib/utf8_heavy.pl (@16123..)

lib/utf8_heavy.pl

index 72ef547..1839d21 100644 (file)
@@ -6,10 +6,10 @@ sub DEBUG () { 0 }
 
 sub DESTROY {}
 
-sub croak { require Carp; Carp::croak(@_) }
-
 my %Cache;
 
+sub croak { require Carp; Carp::croak(@_) }
+
 ##
 ## "SWASH" == "SWATCH HASH". A "swatch" is a swatch of the Unicode landscape
 ##