diff options
Diffstat (limited to 'RPM4')
-rw-r--r-- | RPM4/Makefile.PL | 4 | ||||
-rw-r--r-- | RPM4/NEWS | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/RPM4/Makefile.PL b/RPM4/Makefile.PL index a742930..61e587c 100644 --- a/RPM4/Makefile.PL +++ b/RPM4/Makefile.PL @@ -38,6 +38,10 @@ WriteMakefile( release_status => 'stable' }, MIN_PERL_VERSION => '5.008001', + CONFIGURE_REQUIRES => { + 'ExtUtils::MakeMaker' => '6.64', + 'Getopt::Long' => '0', + }, PREREQ_PM => { Carp => 0, 'Digest::SHA1' => 0, @@ -1,3 +1,6 @@ +- cpan testers: + o list dependancies + Version 0.37 - 27 October 2017 - fix running rpm_produced |