X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F89dbicadmin.t;h=0b1d1f545da4fb6dc4d23f095e553aa00a41910e;hb=76b2b77c6df2db087db4edbfc2355ed9dd413acd;hp=a411eb793765a811fd31d27d7e18c439f4c2e633;hpb=d6915f449e2d68ac184d6bc616043fd605913757;p=dbsrgits%2FDBIx-Class.git diff --git a/t/89dbicadmin.t b/t/89dbicadmin.t index a411eb7..0b1d1f5 100644 --- a/t/89dbicadmin.t +++ b/t/89dbicadmin.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(); eval 'require JSON'; plan skip_all => 'Install JSON to run this test' if ($@);