X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F87ordered.t;h=219c942a690c6a79b9fae72b1a74b640af1d97b4;hb=6c7ca96253b07f8ac9b6940ac35368d25ed3b139;hp=1eb079bb08ab5ff01a399de733c68f7a01429cb5;hpb=47603d6ca430a518dd2c88b53495aa7f294a0015;p=dbsrgits%2FDBIx-Class.git diff --git a/t/87ordered.t b/t/87ordered.t index 1eb079b..219c942 100644 --- a/t/87ordered.t +++ b/t/87ordered.t @@ -1,9 +1,11 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + # vim: filetype=perl use strict; use warnings; use Test::More; -use lib qw(t/lib); + use DBICTest; use POSIX ();