This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
"fix" for utf8_heavy.pl, lexical UTF8 var crashed
authorChris Nandor <pudge@pobox.com>
Thu, 2 May 2002 19:55:39 +0000 (19:55 +0000)
committerChris Nandor <pudge@pobox.com>
Thu, 2 May 2002 19:55:39 +0000 (19:55 +0000)
in test 92 of run/fresh_perl.t on MacOS

p4raw-id: //depot/macperl@16353

lib/utf8_heavy.pl

index d5a0b33..1a602af 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
 ##