X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F04-preconnect.t;fp=t%2F04-preconnect.t;h=860b394baa0c557a224171e9ac25aa79444138d3;hb=2482377b70d4cfe36925a534c60c76898878601a;hp=962b89f2c3dae73fbf9b3cfe5095504798d47d5b;hpb=10557c5984171f198fc27443b2d2e7c8d8b6cf7e;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/t/04-preconnect.t b/t/04-preconnect.t index 962b89f..860b394 100644 --- a/t/04-preconnect.t +++ b/t/04-preconnect.t @@ -11,7 +11,6 @@ use aliased 'DBIx::Class::DeploymentHandler', 'DH'; use File::Path qw(remove_tree mkpath); use Test::More; use File::Temp 'tempdir'; -use Test::Exception; my $db = 'dbi:SQLite::memory:'; my @connection = ($db, '', '', { ignore_version => 1, on_connect_do => sub { die }});