From: Graham Knop Date: Sun, 26 Jul 2020 14:25:28 +0000 (+0200) Subject: specify Test::More 0.96 prereq for subtests X-Git-Tag: v0.35~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3fbde6a010b004ecf879d21ac549313873c7643b;p=catagits%2FCatalyst-Plugin-ConfigLoader.git specify Test::More 0.96 prereq for subtests --- diff --git a/Makefile.PL b/Makefile.PL index 00140fd..063af86 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,7 +11,7 @@ my %META = ( } }, test => { requires => { - 'Test::More' => 0, + 'Test::More' => '0.96', }, }, runtime => {