X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=bda7994f98b0146e6f770888ac42bd7b6dd5199d;hb=8473355ead1eee81ffe7d68fb38f8ef9398a50e2;hp=98b1de4af491003b70250becc76da4ed859b946d;hpb=4dcc1329747eb410b61a876c10140d8cb3137cd2;p=gitmo%2FClass-C3.git diff --git a/Makefile.PL b/Makefile.PL index 98b1de4..bda7994 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -38,6 +38,7 @@ my %WriteMakefileArgs = ( 'AUTHOR' => 'Stevan Little, ', 'VERSION_FROM' => 'lib/Class/C3.pm', 'ABSTRACT_FROM' => 'lib/Class/C3.pm', + 'MIN_PERL_VERSION' => '5.006', 'CONFIGURE_REQUIRES' => { 'ExtUtils::CBuilder' => 0.27 }, 'PREREQ_PM' => { %RUN_DEPS, %OPT_RUN_DEPS,