Remove useless INIT blocks from CDBI tests - no changes
[dbsrgits/DBIx-Class.git] / t / cdbi / object_cache.t
index c349940..f79d26e 100644 (file)
@@ -4,10 +4,8 @@ use Test::More;
 $| = 1;
 
 
-INIT {
-    use lib 't/cdbi/testlib';
-    use Film;
-}
+use lib 't/cdbi/testlib';
+use Film;
 
 plan skip_all => "Object cache is turned off"
     if Film->isa("DBIx::Class::CDBICompat::NoObjectIndex");