X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F67pager.t;h=994cf406b77df4372afbb0fa0c3f74616da1d857;hb=51ec03826afb5b20a686a7303bc55c42f4715945;hp=fa7c93a0e7668857a02037c805af202483379b6c;hpb=a6543cfa5769989102af82b5308e23a4ebd3d24d;p=dbsrgits%2FDBIx-Class.git diff --git a/t/67pager.t b/t/67pager.t index fa7c93a..994cf40 100644 --- a/t/67pager.t +++ b/t/67pager.t @@ -1,8 +1,10 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; use Test::More; -use lib qw(t/lib); + use DBICTest; my $schema = DBICTest->init_schema();