summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-02-22 10:33:48 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-02-22 10:33:48 +0000
commit629cc2139ddd2d2b2ea3ff321802cdba050aec02 (patch)
tree13914df4120a9bbd99c95ed21bc88cb3adf7e87b /perl-install/lang.pm
parent5aee0298b83ed738bd636566641b512dedd97cc4 (diff)
downloaddrakx-backup-do-not-use-629cc2139ddd2d2b2ea3ff321802cdba050aec02.tar
drakx-backup-do-not-use-629cc2139ddd2d2b2ea3ff321802cdba050aec02.tar.gz
drakx-backup-do-not-use-629cc2139ddd2d2b2ea3ff321802cdba050aec02.tar.bz2
drakx-backup-do-not-use-629cc2139ddd2d2b2ea3ff321802cdba050aec02.tar.xz
drakx-backup-do-not-use-629cc2139ddd2d2b2ea3ff321802cdba050aec02.zip
make perl_checker happy
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r--perl-install/lang.pm2
1 files changed, 1 insertions, 1 deletions
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';
};
}