X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F70auto.t;h=440c9438bcd78973a6644e7cebf25293a87f2a74;hb=a47e123334d8bcea0d34dc9ea09738d6f3b1fd49;hp=b108369757fc5e72c8926f29ca06e1ae6cf9cfde;hpb=c93ddd59cd34aec049de47a63012a7d519de2ad9;p=dbsrgits%2FDBIx-Class.git diff --git a/t/70auto.t b/t/70auto.t index b108369..440c943 100644 --- a/t/70auto.t +++ b/t/70auto.t @@ -5,7 +5,7 @@ use Test::More; use lib qw(t/lib); use DBICTest; -my $schema = DBICTest::init_schema(); +my $schema = DBICTest->init_schema(); plan tests => 2;