X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F746db2_400.t;h=3a5d902f8fa79292d7947775c97cebc3a2ff53ab;hb=c7e856308aeac1faa6f4d8ad59da096e009d70f4;hp=cb5213b83017015bf5163cb82e73178fea14dbb2;hpb=8e459d6005843065cbfa0ae7990822f762a439a3;p=dbsrgits%2FDBIx-Class.git diff --git a/t/746db2_400.t b/t/746db2_400.t index cb5213b..3a5d902 100644 --- a/t/746db2_400.t +++ b/t/746db2_400.t @@ -21,7 +21,6 @@ plan skip_all => 'Set $ENV{DBICTEST_DB2_400_DSN}, _USER and _PASS to run this te plan tests => 6; -require DBICTest::Schema; my $schema = DBICTest::Schema->connect($dsn, $user, $pass); my $dbh = $schema->storage->dbh;