X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F03-deprecated.t;fp=t%2F03-deprecated.t;h=462f1521c2bbabe679120a653be97109c650a9f1;hb=2482377b70d4cfe36925a534c60c76898878601a;hp=447aaf10de97de6ea2084cfd687fe320788e3f52;hpb=10557c5984171f198fc27443b2d2e7c8d8b6cf7e;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/t/03-deprecated.t b/t/03-deprecated.t index 447aaf1..462f152 100644 --- a/t/03-deprecated.t +++ b/t/03-deprecated.t @@ -10,7 +10,7 @@ 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 });