X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F88result_set_column.t;h=f27c5dd863a8cc6736136c1d62c114f4b26047b2;hb=50841788d03e2342a00470eb2f458e717922615b;hp=e1b73a3543cf044c26111e477606e3263f8d05af;hpb=a6543cfa5769989102af82b5308e23a4ebd3d24d;p=dbsrgits%2FDBIx-Class.git diff --git a/t/88result_set_column.t b/t/88result_set_column.t index e1b73a3..f27c5dd 100644 --- a/t/88result_set_column.t +++ b/t/88result_set_column.t @@ -1,3 +1,5 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; @@ -10,7 +12,7 @@ use Test::Exception; # and that's a whole another bag of dicks BEGIN { $ENV{DBIC_SHUFFLE_UNORDERED_RESULTSETS} = 0 } -use lib qw(t/lib); + use DBICTest ':DiffSQL'; my $schema = DBICTest->init_schema();