X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F70auto.t;h=49717765e96423d0e9e68b24ee7955e82ed91805;hb=f5f0cb1ddc5bc6b022f08a2cd95201596a5246f0;hp=b108369757fc5e72c8926f29ca06e1ae6cf9cfde;hpb=d6915f449e2d68ac184d6bc616043fd605913757;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/70auto.t b/t/70auto.t index b108369..4971776 100644 --- a/t/70auto.t +++ b/t/70auto.t @@ -1,11 +1,13 @@ +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(); +my $schema = DBICTest->init_schema(); plan tests => 2;