Merge branch 'master' into topic/constructor_rewrite
[dbsrgits/DBIx-Class.git] / t / resultset / is_paged.t
index f183d4a..4f6af63 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();
@@ -16,4 +15,3 @@ my $paginated = $tkfks->search(undef, { page => 5 });
 ok $paginated->is_paged, 'resultset is paginated now';
 
 done_testing;
-