Only load DBICTest::Schema when needed in tests
[dbsrgits/DBIx-Class.git] / t / 63register_column.t
index 21de95d..5579072 100644 (file)
@@ -5,6 +5,7 @@ use Test::More;
 use Test::Exception;
 use lib qw(t/lib);
 use DBICTest;
+use DBICTest::Schema;
 
 lives_ok {
   DBICTest::Schema->load_classes('PunctuatedColumnName')