X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F101populate_rs.t;h=7f356d9df57e3bc80d0e1f67c324c4f6b68ca762;hb=50841788d03e2342a00470eb2f458e717922615b;hp=5686c3ec4f04a6531acdee0799f1d9bcd1063945;hpb=277e30142fc9da75bd323bc6b21267aa32523287;p=dbsrgits%2FDBIx-Class.git diff --git a/t/101populate_rs.t b/t/101populate_rs.t index 5686c3e..7f356d9 100644 --- a/t/101populate_rs.t +++ b/t/101populate_rs.t @@ -1,3 +1,5 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + ## ---------------------------------------------------------------------------- ## Tests for the $resultset->populate method. ## @@ -14,7 +16,7 @@ use warnings; use Test::More; use Test::Warn; use Test::Exception; -use lib qw(t/lib); + use DBICTest;