aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 465bda1..a4bf39e 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -8,4 +8,8 @@ WriteMakefile(
ABSTRACT_FROM => 'lib/Hal/Cdroms.pm',
AUTHOR => 'Pixel <pixel@rigaux.org>',
LICENSE => 'gpl_2', # or Artistic
+ MIN_PERL_VERSION => '5.008000',
+ 'CONFIGURE_REQUIRES' => {
+ 'ExtUtils::MakeMaker' => '6.64'
+ },
);