diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-10-28 01:25:37 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-10-28 03:06:53 +0200 |
commit | 0902ac1bf2f73269868ccfea7c25a72d800c2fb5 (patch) | |
tree | ad20a94e8c1a7d60a97ebc7bf785f56d30bf0e3a | |
parent | 1ce404733992b7e4a256e872e7137e6edafe53b4 (diff) | |
download | urpmi-0902ac1bf2f73269868ccfea7c25a72d800c2fb5.tar urpmi-0902ac1bf2f73269868ccfea7c25a72d800c2fb5.tar.gz urpmi-0902ac1bf2f73269868ccfea7c25a72d800c2fb5.tar.bz2 urpmi-0902ac1bf2f73269868ccfea7c25a72d800c2fb5.tar.xz urpmi-0902ac1bf2f73269868ccfea7c25a72d800c2fb5.zip |
describe deps
-rwxr-xr-x | Makefile.PL | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index dcf6f040..85210076 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -143,9 +143,26 @@ WriteMakefile( ABSTRACT => 'Tools to handle the rpm & urpmi databases (install, query, remove installed/available packages)', LICENSE => 'gpl_2', AUTHOR => 'Thierry Vignaud', + 'CONFIGURE_REQUIRES' => { + 'ExtUtils::MakeMaker' => '6.64' + }, PREREQ_PM => { + 'Filesys::Df' => '0', + 'Getopt::Long' => '0', 'Locale::gettext' => '1.01', + 'MDV::Distribconf' => '0', + 'Net::LDAP' => '0', + 'Time::ZoneInfo' => '0', 'URPM' => '4.15', + 'XML::LibXML' => '0', + 'XML::LibXML::Reader' => '0', + }, + 'TEST_REQUIRES' => { + 'Expect' => '0', + 'File::Slurp' => '0', + 'Net::Server' => '0', + 'Test::Pod' => '0', + 'Test::Pod::Coverage' => '0', }, VERSION_FROM => 'urpm.pm', macro => { |