diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-09-07 15:09:03 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-09-07 15:09:03 +0000 |
commit | 16bed9f19380377c6845c29dd703275d103a3178 (patch) | |
tree | d14ac7e1f3a88359a1c318270448fa71a0a3a77a | |
parent | 2c765de61b51f70056e39b400bf28a40a6ccf0f7 (diff) | |
download | urpmi-16bed9f19380377c6845c29dd703275d103a3178.tar urpmi-16bed9f19380377c6845c29dd703275d103a3178.tar.gz urpmi-16bed9f19380377c6845c29dd703275d103a3178.tar.bz2 urpmi-16bed9f19380377c6845c29dd703275d103a3178.tar.xz urpmi-16bed9f19380377c6845c29dd703275d103a3178.zip |
This workaround is no longer necessary
-rw-r--r-- | urpm/msg.pm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/urpm/msg.pm b/urpm/msg.pm index 2c559395..a50d0743 100644 --- a/urpm/msg.pm +++ b/urpm/msg.pm @@ -30,15 +30,6 @@ our $use_utf8_full = defined $codeset && $codeset eq 'UTF-8'; *from_utf8 = $use_utf8_full ? *from_utf8_full : *from_utf8_dummy; -sub import { - urpm::msg->export_to_level(1, @_); - unless ($ENV{DEBUG_URPMI}) { - #- turn off warnings utf8 in caller. Kludge. Find better way later - @_ = qw(utf8); - goto &warnings::unimport; - } -} - sub N { my ($format, @params) = @_; my $s = sprintf( |