Restore ability to handle underdefined root (t/prefetch/incomplete.t)
[dbsrgits/DBIx-Class.git] / t / prefetch / attrs_untouched.t
index ecb29dd..b2f25c3 100644 (file)
@@ -1,7 +1,7 @@
-use warnings;  
+use warnings;
+use strict;
 
 use Test::More;
-use Test::Exception;
 use lib qw(t/lib);
 use DBICTest;