X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2F71_column_object.t;h=54b0f418db03c600b4d4b29c79e845662b6edbb6;hb=d8cf3aa31fb3d6ff7813f021fcc002663725fc41;hp=cc998c33688fcb136cc146cc2526f426d83b5a14;hpb=7ad8022223af1f054ba826716e7099c6d16d5699;p=dbsrgits%2FDBIx-Class.git diff --git a/t/cdbi/71_column_object.t b/t/cdbi/71_column_object.t index cc998c3..54b0f41 100644 --- a/t/cdbi/71_column_object.t +++ b/t/cdbi/71_column_object.t @@ -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;