diff options
-rwxr-xr-x | Makefile.PL | 15 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 17 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index 37b5a93..b0f4ffb 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -40,6 +40,21 @@ WriteMakefile( INC => '', LIBS => [ '' ], INSTALLDIRS => 'vendor', + PREREQ_PM => { + 'ExtUtils::MakeMaker' => '0', + 'Getopt::Long' => '0', + 'List::Util' => '0', + 'MDV::Distribconf' => '4.100', + 'MDV::Packdrakeng' => '1.13', + 'Pod::Usage' => '0', + 'Term::ReadLine' => '0', + 'Text::ParseWords' => '0', + 'URPM' => '5.16', + }, + 'TEST_REQUIRES' => { + 'Digest::MD5' => '0', + 'Test::More' => '0', + }, MAN1PODS => { dumpdistribconf => '$(INST_MAN1DIR)/dumpdistribconf.1', gendistrib => '$(INST_MAN1DIR)/gendistrib.1', @@ -1,3 +1,5 @@ +- cpan_testers: list deps + Version 7.02 - 11 March 2018, by Martin Whitaker - gendistrib: avoid errors when hdlists are not stored in the main media_info |