X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F70auto.t;h=839c80725393431a4e3a6ca40edc0c7132438bd4;hb=a3a17a151f4001019b64ef83d7e304bb7f0291af;hp=b108369757fc5e72c8926f29ca06e1ae6cf9cfde;hpb=d6915f449e2d68ac184d6bc616043fd605913757;p=dbsrgits%2FDBIx-Class.git diff --git a/t/70auto.t b/t/70auto.t index b108369..839c807 100644 --- a/t/70auto.t +++ b/t/70auto.t @@ -1,11 +1,11 @@ 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;