From 0e15730b36718634d4ed8fb646e964544e4e4876 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 31 Aug 2005 12:33:55 +0000 Subject: Turn off utf8 warnings in the caller each time we use urpm::msg. --- urpm.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index 5cfd24b8..95bc53d5 100644 --- a/urpm.pm +++ b/urpm.pm @@ -23,9 +23,6 @@ BEGIN { if ($ENV{DEBUG_URPMI}) { require encoding::warnings; encoding::warnings->import; - } else { - require warnings; - warnings->unimport('utf8'); } } -- cgit v1.2.1