diff options
-rwxr-xr-x | rpmdrake | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ use lib qw(/usr/lib/libDrakX); use common; use POSIX qw(_exit); use URPM; +use utf8; BEGIN { #- we want to run this code before the Gtk->init of the use-my_gtk my $basename = sub { local $_ = shift; s|/*\s*$||; s|.*/||; $_ }; |