Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / t / cdbi / 71_column_object.t
index cc998c3..54b0f41 100644 (file)
@@ -1,8 +1,11 @@
-use strict;
-use warnings;
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
 
 # Columns in CDBI could be defined as Class::DBI::Column objects rather than
 # or as well as with __PACKAGE__->columns();
+use DBIx::Class::Optional::Dependencies -skip_all_without => qw( cdbicompat Class::DBI>=3.000005 );
+
+use strict;
+use warnings;
 
 use Test::More;