X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fresultset%2Fis_ordered.t;h=a18345844967f61f5dc360e95eb9688ed3591925;hb=97940e368df996e1fe6111fb14f560594dc4c0b2;hp=39595a4d3ecda2700046334c5651f607ea272705;hpb=a0034ff6946ef2782a34d5c1f333eb448833e46f;p=dbsrgits%2FDBIx-Class.git diff --git a/t/resultset/is_ordered.t b/t/resultset/is_ordered.t index 39595a4..a183458 100644 --- a/t/resultset/is_ordered.t +++ b/t/resultset/is_ordered.t @@ -1,7 +1,9 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; -use lib qw(t/lib); + use Test::More; use DBICTest;