Fix oversight in 096ab902 breaking { -value => $array } insertion
[dbsrgits/DBIx-Class.git] / t / cdbi / 71_column_object.t
index cc998c3..e00820b 100644 (file)
@@ -1,8 +1,9 @@
-use strict;
-use warnings;
-
 # 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;