Remove use of Try::Tiny entirely (the missing part of ddcc02d1)
[dbsrgits/DBIx-Class.git] / t / icdt / engine_specific / sqlite.t
index 1bee9d6..1c8b921 100644 (file)
@@ -6,7 +6,6 @@ use warnings;
 
 use Test::More;
 use Test::Warn;
-use Try::Tiny;
 
 use DBICTest;