X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F86might_have.t;h=81cbf84bc8bec35b78e6b0577f83a52f6fab0907;hb=7eb4ecc8fc02a8b99fbe8be59b03321dd773ab9a;hp=1d4af788fe56780291cfe7ae86addd81e1c194c8;hpb=d6915f449e2d68ac184d6bc616043fd605913757;p=dbsrgits%2FDBIx-Class.git diff --git a/t/86might_have.t b/t/86might_have.t index 1d4af78..81cbf84 100644 --- a/t/86might_have.t +++ b/t/86might_have.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(); my $queries; #$schema->storage->debugfh(IO::File->new('t/var/temp.trace', 'w'));