Fix last remaining tests with -T under < 5.10
[dbsrgits/DBIx-Class.git] / t / count / grouped_pager.t
index cfe29af..5c23fad 100644 (file)
@@ -1,18 +1,15 @@
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
+
 use strict;
 use warnings;
 
 use Test::More;
-
-use lib qw(t/lib);
-
 use DBICTest;
 
 plan tests => 7;
 
 my $schema = DBICTest->init_schema();
 
-use Data::Dumper;
-
 # add 2 extra artists
 $schema->populate ('Artist', [
     [qw/name/],