fix doubling of find_related condition
[dbsrgits/DBIx-Class.git] / t / 53lean_startup.t
index d9f902e..19e6945 100644 (file)
@@ -15,8 +15,6 @@ use strict;
 use warnings;
 use Test::More;
 
-use Carp;
-
 BEGIN {
   my $core_modules = { map { $_ => 1 } qw/
     strict
@@ -46,6 +44,8 @@ BEGIN {
 
     Class::Accessor::Grouped
     Class::C3::Componentised
+
+    Test::Deep::NoTest
   /, $] < 5.010 ? 'MRO::Compat' : () };
 
   $test_hook = sub {