Remove useless INIT blocks from CDBI tests - no changes
[dbsrgits/DBIx-Class.git] / t / cdbi / copy.t
index bde83ec..d87b73e 100644 (file)
@@ -1,9 +1,8 @@
 use strict;
+use warnings;
 use Test::More;
 
-INIT {
-    use lib 't/cdbi/testlib';
-}
+use lib 't/cdbi/testlib';
 
 {
     package # hide from PAUSE