X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F94pk_mutation.t;h=082e5c4c53a20547c6d6b040160d21239feb02e0;hb=d8cf3aa31fb3d6ff7813f021fcc002663725fc41;hp=133a27b02724b9f343e535b6750e030dc5361013;hpb=729b29ae7135017f7d4f3204c691ec3a0c3120dc;p=dbsrgits%2FDBIx-Class.git diff --git a/t/94pk_mutation.t b/t/94pk_mutation.t index 133a27b..082e5c4 100644 --- a/t/94pk_mutation.t +++ b/t/94pk_mutation.t @@ -1,8 +1,10 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; -use warnings; +use warnings; use Test::More; -use lib qw(t/lib); + use DBICTest; my $schema = DBICTest->init_schema();