X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F55namespaces_cleaned.t;fp=t%2F55namespaces_cleaned.t;h=875a77d3784ad6d1b134609d543cd929f244b989;hb=70cf159f21f6f521b6e896b953dfdc425a3d3ce4;hp=176de5e79fbfdddf4fa878598f021c5d21e7967c;hpb=082f208f38cdd955fb034e0cac4929478e51a21d;p=dbsrgits%2FDBIx-Class.git diff --git a/t/55namespaces_cleaned.t b/t/55namespaces_cleaned.t index 176de5e..875a77d 100644 --- a/t/55namespaces_cleaned.t +++ b/t/55namespaces_cleaned.t @@ -36,8 +36,14 @@ use warnings; use Test::More; use lib 't/lib'; -use DBICTest; +BEGIN { + require DBICTest::RunMode; + plan( skip_all => "Skipping test on plain module install" ) + if DBICTest::RunMode->is_plain; +} + +use DBICTest; use File::Find; use File::Spec; use B qw/svref_2object/;