summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-02-01 19:19:14 +0000
committerThierry Vignaud <tv@mageia.org>2012-02-01 19:19:14 +0000
commitfb01fbaa979337bd64e4b3c32a278882b9608b6c (patch)
tree499d6c7b476cdcc4a1788ca97f3630161e92d5fd
parent6e8df94f7b62f9b43a1332ffc2a330d725e25ce9 (diff)
downloadurpmi-fb01fbaa979337bd64e4b3c32a278882b9608b6c.tar
urpmi-fb01fbaa979337bd64e4b3c32a278882b9608b6c.tar.gz
urpmi-fb01fbaa979337bd64e4b3c32a278882b9608b6c.tar.bz2
urpmi-fb01fbaa979337bd64e4b3c32a278882b9608b6c.tar.xz
urpmi-fb01fbaa979337bd64e4b3c32a278882b9608b6c.zip
add perl_checker hints
-rw-r--r--urpm.pm3
-rw-r--r--urpm/download.pm1
-rw-r--r--urpm/get_pkgs.pm2
3 files changed, 5 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index ef3809cb..a2d35ace 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -11,6 +11,9 @@ use urpm::util;
use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
+# perl_checker: require urpm::args
+# perl_checker: require urpm::media
+# perl_checker: require urpm::parallel
our $VERSION = '6.43.1';
our @ISA = qw(URPM Exporter);
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) = @_;