X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F02-instantiation.t;h=8cdd65dffe948a8c4d51fdfe1b768edff630ef54;hb=b6bd39e5d75c994c09f3d0ae0661c572e1c71f05;hp=7ab3f03ed06b4ca4c97deafa5fe7d96fcf192f97;hpb=7b3d00f984e43c319a637332579e950376637a3d;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/t/02-instantiation.t b/t/02-instantiation.t index 7ab3f03..8cdd65d 100644 --- a/t/02-instantiation.t +++ b/t/02-instantiation.t @@ -8,10 +8,9 @@ use DBICDHTest; use DBIx::Class::DeploymentHandler; use aliased 'DBIx::Class::DeploymentHandler', 'DH'; -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 });