From: Dave Rolsky Date: Thu, 28 Mar 2013 16:09:50 +0000 (-0500) Subject: Make test prereq versions explicit in code X-Git-Tag: v0.27~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6bf506c8c842353e50f0c21e423227f6695b4d92;p=gitmo%2FMooseX-ClassAttribute.git Make test prereq versions explicit in code --- diff --git a/t/01-basic.t b/t/01-basic.t index 6993861..d77a8b1 100644 --- a/t/01-basic.t +++ b/t/01-basic.t @@ -4,7 +4,7 @@ use warnings; use lib 't/lib'; use SharedTests; -use Test::More; +use Test::More 0.88; SharedTests::run_tests(); diff --git a/t/05-with-attribute-helpers-backcompat.t b/t/05-with-attribute-helpers-backcompat.t index 3712c7c..b03213c 100644 --- a/t/05-with-attribute-helpers-backcompat.t +++ b/t/05-with-attribute-helpers-backcompat.t @@ -3,7 +3,7 @@ use warnings; use Test::More; -use Test::Requires { +use Test::Requires 0.05 { 'MooseX::AttributeHelpers' => 0.23, };