diff options
Diffstat (limited to 'gurpmi.pm')
-rw-r--r-- | gurpmi.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |