From: Graham Knop Date: Tue, 30 Jun 2015 13:24:21 +0000 (-0400) Subject: strictures is a runtime prereq X-Git-Tag: v1.003004~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FEval-WithLexicals.git;a=commitdiff_plain;h=5810ae934436a207d019233e64ec9eb6822f1c6f;hp=52ec47288bfbf9d8f6d9798d13b023af3fe7cdc0 strictures is a runtime prereq --- 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, }, },