X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F02-instantiation-wo-component.t;h=abe28e416c6117e5f48a6493fe7dc750b649984d;hb=88a309e8b280faede9227e21c9f4c012aed31a52;hp=f36dbfdc7761de7e4da89a12864354d5da38bf6e;hpb=7b3d00f984e43c319a637332579e950376637a3d;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/t/02-instantiation-wo-component.t b/t/02-instantiation-wo-component.t index f36dbfd..abe28e4 100644 --- a/t/02-instantiation-wo-component.t +++ b/t/02-instantiation-wo-component.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 });