Explicitly disallow redirection of has_many columns to main object
[dbsrgits/DBIx-Class.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();