X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fupdate%2Fident_cond.t;h=697925598ea779c26bb3aef1ec6c340a193ef8bf;hb=topic%2Fdoc-fixes;hp=d7d4cf00fd2e62aaf666d4ff56a88c8e76761563;hpb=fb88ca2c952ef2e17f6e8a414079f12f71761ff7;p=dbsrgits%2FDBIx-Class.git diff --git a/t/update/ident_cond.t b/t/update/ident_cond.t index d7d4cf0..6979255 100644 --- a/t/update/ident_cond.t +++ b/t/update/ident_cond.t @@ -1,8 +1,10 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; use Test::More; -use lib qw(t/lib); + use DBICTest; my $schema = DBICTest->init_schema();