Switch from Test::Exception to Test::Fatal
[dbsrgits/DBIx-Class-DeploymentHandler.git] / t / 02-instantiation-wo-component.t
index f36dbfd..8838b66 100644 (file)
@@ -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 });