X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fstorage%2Ferror.t;h=d5980eb361c552cebbed63caf96a1796bd2983d3;hb=1b5ddf236a7911b6686be06602ffd657372523c2;hp=44cc1c9523e67ad8c5b8e2e6d4f5ad7d1b9dc1d0;hpb=cfa136aa2c08cfc19e7ef47e6cb1bccd8469e813;p=dbsrgits%2FDBIx-Class.git diff --git a/t/storage/error.t b/t/storage/error.t index 44cc1c9..d5980eb 100644 --- a/t/storage/error.t +++ b/t/storage/error.t @@ -6,8 +6,7 @@ use Test::Warn; use Test::Exception; use lib qw(t/lib); -use_ok( 'DBICTest' ); -use_ok( 'DBICTest::Schema' ); +use DBICTest; my $schema = DBICTest->init_schema; @@ -35,7 +34,7 @@ throws_ok ( # exception fallback: SKIP: { - if (DBIx::Class::_ENV_::PEEPEENESS()) { + if (DBIx::Class::_ENV_::PEEPEENESS) { skip "Your perl version $] appears to leak like a sieve - skipping garbage collected \$schema test", 1; }