Some cosmetic fixes in ANFANG
[dbsrgits/DBIx-Class.git] / t / cdbi / columns_dont_override_custom_accessors.t
index 27a96fd..2e99668 100644 (file)
@@ -1,5 +1,9 @@
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
+use DBIx::Class::Optional::Dependencies -skip_all_without => 'cdbicompat';
+
 use strict;
 use warnings;
+
 use Test::More;
 use lib 't/cdbi/testlib';