From: Nicholas Clark Date: Fri, 23 Dec 2005 00:18:49 +0000 (+0000) Subject: Create a sub LC_ALL with the correct prototype. X-Git-Tag: v5.10.0~5036 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/9a66ea416324d5cd1459c59e545b38c9c889fdaa Create a sub LC_ALL with the correct prototype. p4raw-id: //depot/perl@26460 --- diff --git a/lib/locale.t b/lib/locale.t index 5d17797..b4ba02d 100644 --- a/lib/locale.t +++ b/lib/locale.t @@ -52,7 +52,7 @@ my $last = $have_setlocale ? &last : &last_without_setlocale; print "1..$last\n"; -use vars qw(&LC_ALL); +sub LC_ALL (); $a = 'abc %';