Some cosmetic fixes in ANFANG
[dbsrgits/DBIx-Class.git] / t / 20setuperrors.t
index 769eaf3..6095817 100644 (file)
@@ -1,9 +1,14 @@
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
+
 use warnings;
 use strict;
 
 use Test::More;
 use Test::Exception;
 
+
+use DBICTest;
+
 throws_ok (
   sub {
     package BuggyTable;