From: Karen Etheridge Date: Sat, 29 Feb 2020 19:33:18 +0000 (-0800) Subject: require a version of Test::More suitable for note() X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=master;hp=5549d5c352fcdd008cab5094b76cfbbc156974c4;p=p5sagit%2FSafe-Isa.git require a version of Test::More suitable for note() --- diff --git a/Makefile.PL b/Makefile.PL index c27a949..465bdc1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -51,7 +51,7 @@ my %WriteMakefileArgs = ( }, test => { requires => { - 'Test::More' => '0', + 'Test::More' => '0.88', }, }, },