X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F64db.t;h=d9c03aabf6cfc8475bf1c5b6fc0079228254f80e;hb=b8116f33fd47a69427eb9b118d4bb7c1f2be9b4e;hp=5208614fecdaccc6aff5a54171f97db6b970f0ba;hpb=d6915f449e2d68ac184d6bc616043fd605913757;p=dbsrgits%2FDBIx-Class.git diff --git a/t/64db.t b/t/64db.t index 5208614..d9c03aa 100644 --- a/t/64db.t +++ b/t/64db.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 => 3;