X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=xt%2Fdist%2Fstrictures.t;h=c896c955a60af5f0d76c05eb02d90394d54f69fa;hp=70efc7cfdfa3df8cd7b82b9341af1bcd4a73bddf;hb=c0329273268971824784f239f32c7246e68da9c5;hpb=e3be2b6ff05d6794ccd8807af8cb494403690639 diff --git a/xt/dist/strictures.t b/xt/dist/strictures.t index 70efc7c..c896c95 100644 --- a/xt/dist/strictures.t +++ b/xt/dist/strictures.t @@ -1,3 +1,4 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } use DBIx::Class::Optional::Dependencies -skip_all_without => 'test_strictures'; use warnings; @@ -7,7 +8,7 @@ use Test::More; use File::Find; use File::Spec; use Config; -use lib 't/lib'; + use DBICTest; # The rationale is - if we can load all our optdeps @@ -42,7 +43,9 @@ find({ | t/lib/DBICTest/Util/OverrideRequire.pm # no stictures by design (load order sensitive) | - lib/DBIx/Class/Optional/Dependencies.pm # no stictures by design (load spee sensitive) + t/lib/ANFANG.pm # no stictures by design (load speed sensitive) + | + lib/DBIx/Class/Optional/Dependencies.pm # no stictures by design (load speed sensitive) )$}x; my $f = $_;