X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F02-instantiation.t;h=f5b18a5b9b61f490609332086146e6a360c6ad94;hb=bfc0b6500e66b496856d508d7e80d93340565ff5;hp=7ab3f03ed06b4ca4c97deafa5fe7d96fcf192f97;hpb=7b3d00f984e43c319a637332579e950376637a3d;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/t/02-instantiation.t b/t/02-instantiation.t index 7ab3f03..f5b18a5 100644 --- a/t/02-instantiation.t +++ b/t/02-instantiation.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 });