X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fstorage%2Fcursor.t;h=96f917e1ad136cc8d176123ea9d52b82e157e721;hb=293cb2f1de2a488aa6062036deac8a562e8e16c6;hp=ce0be84a0b44d0d22eb9bed475ca4338c0d433ab;hpb=461e818a9c52126c695bbe1501a4113fb7bc9af5;p=dbsrgits%2FDBIx-Class.git diff --git a/t/storage/cursor.t b/t/storage/cursor.t index ce0be84..96f917e 100644 --- a/t/storage/cursor.t +++ b/t/storage/cursor.t @@ -1,10 +1,12 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; use Test::More; use Test::Exception; -use lib qw(t/lib); +use DBIx::Class::Optional::Dependencies; use DBICTest; my $schema = DBICTest->init_schema(cursor_class => 'DBICTest::Cursor');