summaryrefslogtreecommitdiffstats
path: root/gurpmi.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-02-01 19:19:21 +0000
committerThierry Vignaud <tv@mageia.org>2012-02-01 19:19:21 +0000
commit30e2a32f1b26b93d5d9aed310cb9be6f047a27d3 (patch)
treea9d4fd84d4cacf3b16d3a4d2cdeee15db1eec1f6 /gurpmi.pm
parent6ffec4be6a0cf15824a48f639d6fe2a32de9d508 (diff)
downloadurpmi-30e2a32f1b26b93d5d9aed310cb9be6f047a27d3.tar
urpmi-30e2a32f1b26b93d5d9aed310cb9be6f047a27d3.tar.gz
urpmi-30e2a32f1b26b93d5d9aed310cb9be6f047a27d3.tar.bz2
urpmi-30e2a32f1b26b93d5d9aed310cb9be6f047a27d3.tar.xz
urpmi-30e2a32f1b26b93d5d9aed310cb9be6f047a27d3.zip
perl_checker cleanups
Diffstat (limited to 'gurpmi.pm')
-rw-r--r--gurpmi.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gurpmi.pm b/gurpmi.pm
index 6a5325fd..fbe6838d 100644
--- a/gurpmi.pm
+++ b/gurpmi.pm
@@ -7,7 +7,7 @@ package gurpmi;
#- This is needed because text printed by Gtk2 will always be encoded
#- in UTF-8; we first check if LC_ALL is defined, because if it is,
#- changing only LC_COLLATE will have no effect.
-use POSIX();
+use POSIX ();
use locale;
my $collation_locale = $ENV{LC_ALL};
if ($collation_locale) {