X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2Fsweet%2F08pager.t;h=b91f8973677fa63bbc7ccc85215ab79912396dbf;hb=c0329273268971824784f239f32c7246e68da9c5;hp=7f94e51b25c583a80bccf45910e57dccd00aeeb3;hpb=7154ff351df7c3dad11339bfdb739346cff194e3;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/cdbi/sweet/08pager.t b/t/cdbi/sweet/08pager.t index 7f94e51..b91f897 100644 --- a/t/cdbi/sweet/08pager.t +++ b/t/cdbi/sweet/08pager.t @@ -1,3 +1,4 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } use DBIx::Class::Optional::Dependencies -skip_all_without => 'cdbicompat'; use strict; @@ -5,7 +6,7 @@ use warnings; use Test::More; -use lib 't/lib'; + use DBICTest; DBICTest::Schema::CD->load_components(qw/CDBICompat CDBICompat::Pager/);