From: Karen Etheridge Date: Fri, 11 Dec 2015 05:15:59 +0000 (-0800) Subject: strip perl 5.010 test prereq X-Git-Tag: v0.24~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=94ea0919121b8b942d3411cc6cdc94a761935700;p=p5sagit%2FTry-Tiny.git strip perl 5.010 test prereq --- diff --git a/dist.ini b/dist.ini index a87bf79..2ce71df 100644 --- a/dist.ini +++ b/dist.ini @@ -18,6 +18,9 @@ AutoPrereqs.skip[3] = ^Capture::Tiny$ -remove = Test::MinimumVersion ; t/given_when.t implies needing 5.010 -remove = Test::CleanNamespaces +[RemovePrereqs] +remove = perl ; 5.010 prereq found in t/*when.t + [Prereqs] perl = 5.006