X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F69update.t;h=bd9d314231c59a3905edf86ca97b2944ecff63c8;hb=6c7ca96253b07f8ac9b6940ac35368d25ed3b139;hp=8b6fc28f065be6dd933c014ec6fde5e933889d02;hpb=56166f36313355d502a6517bf3316252d92d375a;p=dbsrgits%2FDBIx-Class.git diff --git a/t/69update.t b/t/69update.t index 8b6fc28..bd9d314 100644 --- a/t/69update.t +++ b/t/69update.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();