From 629cc2139ddd2d2b2ea3ff321802cdba050aec02 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 22 Feb 2002 10:33:48 +0000 Subject: make perl_checker happy --- perl-install/lang.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/lang.pm') diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 6d773801a..d67bc9020 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -563,7 +563,7 @@ sub set { #- LC_COLLATE and LC_CTYPE are getFile'd (cuz they are big, causing the .cz2 to be *big*) my ($dir) = glob_("$ENV{SHARE_PATH}/locale/*"); - install_any::getAndSaveFile("$dir/$_") foreach 'LC_COLLATE', 'LC_CTYPE'; + install_any::getAndSaveFile ("$dir/$_") foreach 'LC_COLLATE', 'LC_CTYPE'; }; } -- cgit v1.2.1