Modify the null-branch pruning introduced in ce556881, restore compat
[dbsrgits/DBIx-Class-Historic.git] / t / resultset / is_ordered.t
index fa0868e..39595a4 100644 (file)
@@ -3,7 +3,6 @@ use warnings;
 
 use lib qw(t/lib);
 use Test::More;
-use Test::Exception;
 use DBICTest;
 
 my $schema = DBICTest->init_schema();