X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F02-instantiation-wo-component.t;fp=t%2F02-instantiation-wo-component.t;h=8838b66aa2335d355396f5a190d2806ac36f627b;hb=2482377b70d4cfe36925a534c60c76898878601a;hp=f36dbfdc7761de7e4da89a12864354d5da38bf6e;hpb=10557c5984171f198fc27443b2d2e7c8d8b6cf7e;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/t/02-instantiation-wo-component.t b/t/02-instantiation-wo-component.t index f36dbfd..8838b66 100644 --- a/t/02-instantiation-wo-component.t +++ b/t/02-instantiation-wo-component.t @@ -11,7 +11,7 @@ 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 });