Fix *stupid* silencing of exceptions introduced in 4e9fc3f3
[dbsrgits/DBIx-Class-Historic.git] / t / resultset / is_paged.t
index f183d4a..020afa0 100644 (file)
@@ -1,9 +1,10 @@
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
+
 use strict;
 use warnings;
 
-use lib qw(t/lib);
+
 use Test::More;
-use Test::Exception;
 use DBICTest;
 
 my $schema = DBICTest->init_schema();
@@ -16,4 +17,3 @@ my $paginated = $tkfks->search(undef, { page => 5 });
 ok $paginated->is_paged, 'resultset is paginated now';
 
 done_testing;
-