From 2ae80dad9e49f7a72fdbc6f9395a7944e71445b5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 14 Mar 2014 21:59:58 +0100 Subject: cpan testers: do not test on perl < 5.8 --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index 3ffe216..4a48fa9 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -59,6 +59,7 @@ WriteMakefile( }, release_status => 'stable' }, + MIN_PERL_VERSION => '5.008001', CCFLAGS => $ccflags, VERSION_FROM => 'URPM.pm', LIBS => [ $ldflags ], -- cgit v1.2.1