X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F03-deprecated.t;h=98e22fe3b11e51c92ba9b1de63a84db8de54a70b;hb=624e2add2c6d023d22bf7b127b26cc18c16123e2;hp=447aaf10de97de6ea2084cfd687fe320788e3f52;hpb=7b3d00f984e43c319a637332579e950376637a3d;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/t/03-deprecated.t b/t/03-deprecated.t index 447aaf1..98e22fe 100644 --- a/t/03-deprecated.t +++ b/t/03-deprecated.t @@ -7,10 +7,9 @@ use lib 't/lib'; use DBICDHTest; use aliased 'DBIx::Class::DeploymentHandler::Deprecated'; -use File::Path 'remove_tree'; use Test::More; use File::Temp 'tempdir'; -use Test::Exception; +use Test::Fatal qw(lives_ok dies_ok); my $dbh = DBICDHTest::dbh(); my @connection = (sub { $dbh }, { ignore_version => 1 });