X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FEval-WithLexicals.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=8aa7afa711a8c0b85a02a454d787abcd0e6368c5;hp=564442742ee81f31fcfeefb98443bebdd4883ab8;hb=5810ae934436a207d019233e64ec9eb6822f1c6f;hpb=52ec47288bfbf9d8f6d9798d13b023af3fe7cdc0 diff --git a/Makefile.PL b/Makefile.PL index 5644427..8aa7afa 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,12 +12,12 @@ my %META = ( test => { requires => { 'Test::More' => 0.94, - 'strictures' => 1, }, }, runtime => { requires => { 'Moo' => '0.009006', + 'strictures' => 1, 'perl' => 5.008, }, },