summaryrefslogtreecommitdiffstats
path: root/urpm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm')
-rw-r--r--urpm/download.pm1
-rw-r--r--urpm/get_pkgs.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/urpm/download.pm b/urpm/download.pm
index 54aa963f..dffd423c 100644
--- a/urpm/download.pm
+++ b/urpm/download.pm
@@ -8,6 +8,7 @@ use urpm::util;
use bytes();
use Cwd;
use Exporter;
+# perl_checker: require urpm
our @ISA = 'Exporter';
our @EXPORT = qw(get_proxy
diff --git a/urpm/get_pkgs.pm b/urpm/get_pkgs.pm
index e0c375b8..5887d3dd 100644
--- a/urpm/get_pkgs.pm
+++ b/urpm/get_pkgs.pm
@@ -8,7 +8,7 @@ use urpm::sys;
use urpm::util;
use urpm::media;
use urpm 'file_from_local_url';
-
+# perl_checker: require urpm::select
sub clean_all_cache {
my ($urpm) = @_;