X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F87ordered.t;h=b1d484c0720104bc0bf8c78211bc2ee767e0e941;hb=472a4e8f5437429e5dfae20abd709462a6309979;hp=1e4f33a0bfec391838f2c80b308ca67af3d5e677;hpb=58d387fec14d2f92723ab0db1d64a18ee449639c;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/87ordered.t b/t/87ordered.t index 1e4f33a..b1d484c 100644 --- a/t/87ordered.t +++ b/t/87ordered.t @@ -6,7 +6,7 @@ use Test::More; use lib qw(t/lib); use DBICTest; -my $schema = DBICTest::init_schema(); +my $schema = DBICTest->init_schema(); plan tests => 321;