From 691117222b449dd8bd9019d68be8b3fe1e6c78d3 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 29 Oct 2017 16:28:00 +0100 Subject: list configure prereqs --- RPM4/Makefile.PL | 4 ++++ RPM4/NEWS | 3 +++ 2 files changed, 7 insertions(+) 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, diff --git a/RPM4/NEWS b/RPM4/NEWS index 6cbd52c..7ccf574 100644 --- a/RPM4/NEWS +++ b/RPM4/NEWS @@ -1,3 +1,6 @@ +- cpan testers: + o list dependancies + Version 0.37 - 27 October 2017 - fix running rpm_produced -- cgit v1.2.1