X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DeploymentHandler.git;a=blobdiff_plain;f=t%2Fdeploy_methods%2Fcoderef-leakage.t;h=f888ec16ff41caee106b1b53d70d406807b3dac1;hp=3eb32c29cc17cf75bda8071b7f0d9090205567c0;hb=2482377b70d4cfe36925a534c60c76898878601a;hpb=10557c5984171f198fc27443b2d2e7c8d8b6cf7e diff --git a/t/deploy_methods/coderef-leakage.t b/t/deploy_methods/coderef-leakage.t index 3eb32c2..f888ec1 100644 --- a/t/deploy_methods/coderef-leakage.t +++ b/t/deploy_methods/coderef-leakage.t @@ -4,7 +4,7 @@ use strict; use warnings; use Test::More; -use Test::Exception; +use Test::Fatal qw(lives_ok dies_ok); use aliased 'DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator'; use File::Temp 'tempdir';