Switch from Test::Exception to Test::Fatal
[dbsrgits/DBIx-Class-DeploymentHandler.git] / t / 02-instantiation-no-ddl.t
index 7dc3bc2..ff4c591 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);
 use DBI;
 
 my $dbh = DBICDHTest::dbh();