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-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9a66ea416324d5cd1459c59e545b38c9c889fdaa;p=p5sagit%2Fp5-mst-13.2.git 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 %';