Ensure that sqltargs are passed to deploy when ignore_ddl is set
[dbsrgits/DBIx-Class-DeploymentHandler.git] / t / version_handlers / explict_versions.t
index be2ea29..caa2d94 100644 (file)
@@ -1,7 +1,10 @@
 #!perl
 
+use strict;
+use warnings;
+
 use Test::More;
-use Test::Exception;
+use Test::Fatal qw(lives_ok dies_ok);
 
 use lib 't/lib';
 use aliased