X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=4239cb9ccf02a671f7f8a382dda789e9919eee1f;hb=3d203c738995ab527217d8f8f4f1050ead661728;hp=680e5f64ca360fa8948cf28bd716797593162dde;hpb=77fce1af0a912236487c8be47fe532c996db3055;p=gitmo%2FRole-Tiny.git diff --git a/Makefile.PL b/Makefile.PL index 680e5f6..4239cb9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ use strict; use warnings FATAL => 'all'; -use 5.008001; +use 5.006; use ExtUtils::MakeMaker; (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';