X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Finflate%2Fdatetime_mssql.t;h=7f0173b23f67a3fe367d772df200502d1c7f0820;hb=6892eb09b6090628ae4e7092767da0cbff8afcbc;hp=1c32f10dfe027e7ed2a71a4eace175491540427d;hpb=65d351219882184861384aedac6f251b6797d0d7;p=dbsrgits%2FDBIx-Class.git diff --git a/t/inflate/datetime_mssql.t b/t/inflate/datetime_mssql.t index 1c32f10..7f0173b 100644 --- a/t/inflate/datetime_mssql.t +++ b/t/inflate/datetime_mssql.t @@ -2,7 +2,6 @@ use strict; use warnings; use Test::More; -use Test::Exception; use Scope::Guard (); use Try::Tiny; use DBIx::Class::Optional::Dependencies ();