From: Dagfinn Ilmari Mannsåker Date: Sat, 21 Mar 2015 01:40:13 +0000 (+0000) Subject: Bump Test::Strict dep version X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=116e0bf456f7e27531397da4af44230db21bb922;p=dbsrgits%2FDBIx-Class.git Bump Test::Strict dep version Until 0.24 it doesn't know that Moo(::Role) enable strict/warnings. --- diff --git a/lib/DBIx/Class/Optional/Dependencies.pm b/lib/DBIx/Class/Optional/Dependencies.pm index cf0cb76..1cc14a9 100644 --- a/lib/DBIx/Class/Optional/Dependencies.pm +++ b/lib/DBIx/Class/Optional/Dependencies.pm @@ -193,7 +193,7 @@ my $dbic_reqs = { test_strictures => { req => { - 'Test::Strict' => '0.20', + 'Test::Strict' => '0.24', }, release_testing_mandatory => 1, },