From ed8fffb6662279214d6fe4743fcd8d71a8a25122 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 21 Mar 2013 07:28:03 +0000 Subject: only a couple func really are needed --- urpm/download.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm/download.pm') diff --git a/urpm/download.pm b/urpm/download.pm index 5a4ab8c5..5b1470f1 100644 --- a/urpm/download.pm +++ b/urpm/download.pm @@ -4,7 +4,7 @@ package urpm::download; use strict; use urpm::msg; -use urpm::util; +use urpm::util qw(cat_ basename dirname file_size max member output_safe reduce_pathname); use bytes (); use Cwd; use Exporter; -- cgit v1.2.1