Merge branch 'master' into topic/constructor_rewrite
[dbsrgits/DBIx-Class.git] / t / cdbi / mk_group_accessors.t
index f7d4580..fa82c01 100644 (file)
@@ -1,11 +1,6 @@
 use strict;
 use Test::More;
 
-BEGIN {
-    eval "use DBIx::Class::CDBICompat;";
-    plan skip_all => 'Class::Trigger and DBIx::ContextualFetch required' if $@;
-}
-
 INIT {
     use lib 't/cdbi/testlib';
     require Film;