From 93eefdcec8aeef24e793653a4136bf4aeb2f1880 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 13 Oct 2009 17:00:22 +0000 Subject: perl_checker fixes --- urpm/get_pkgs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm/get_pkgs.pm') diff --git a/urpm/get_pkgs.pm b/urpm/get_pkgs.pm index 1da874ca..635df9c9 100644 --- a/urpm/get_pkgs.pm +++ b/urpm/get_pkgs.pm @@ -167,7 +167,7 @@ sub verify_partial_rpm_and_move { # get the filesize of packages to download from remote media. sub get_distant_media_filesize { - my ($urpm, $blists, $sources) = @_; + my (undef, $blists, $sources) = @_; my $filesize; #- get back all ftp and http accessible rpm files into the local cache -- cgit v1.2.1