Switch from Test::Exception to Test::Fatal
[dbsrgits/DBIx-Class-DeploymentHandler.git] / t / deploy_methods / sql_translator_deprecated.t
index cd2612c..4e039a8 100644 (file)
@@ -1,7 +1,7 @@
 #!perl
 
 use Test::More;
-use Test::Exception;
+use Test::Fatal qw(lives_ok dies_ok);
 
 use lib 't/lib';
 use DBICDHTest;