X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Frow%2Fpkless.t;fp=t%2Frow%2Fpkless.t;h=f11f31cc4fb1bbb9e3f2c93c141c1bdfbfc8eabc;hb=c0329273268971824784f239f32c7246e68da9c5;hp=ac090deb49db8e567df31c8d0811300e8f8154a3;hpb=e3be2b6ff05d6794ccd8807af8cb494403690639;p=dbsrgits%2FDBIx-Class.git diff --git a/t/row/pkless.t b/t/row/pkless.t index ac090de..f11f31c 100644 --- a/t/row/pkless.t +++ b/t/row/pkless.t @@ -1,10 +1,12 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; use Test::More; use Test::Exception; -use lib qw(t/lib); + use DBICTest; my $schema = DBICTest->init_schema();