Bump Test::Strict dep version
Dagfinn Ilmari Mannsåker [Sat, 21 Mar 2015 01:40:13 +0000 (01:40 +0000)]
Until 0.24 it doesn't know that Moo(::Role) enable strict/warnings.

lib/DBIx/Class/Optional/Dependencies.pm

index cf0cb76..1cc14a9 100644 (file)
@@ -193,7 +193,7 @@ my $dbic_reqs = {
 
   test_strictures => {
     req => {
-      'Test::Strict'              => '0.20',
+      'Test::Strict'              => '0.24',
     },
     release_testing_mandatory => 1,
   },