X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fextra%2Finternals%2Fnamespaces_cleaned.t;fp=t%2F55namespaces_cleaned.t;h=00236021e78a8f03f0a5fbb1ee8d445c1e462c36;hb=c26b30dee587fa008f7d956b61ae27c36ac7ec82;hp=4992a9902e8efbd9b6ef70fd7fc8f057a1c43544;hpb=245e3f5d9725813b4c73a05b6162b0d93b335fd2;p=dbsrgits%2FDBIx-Class.git diff --git a/t/55namespaces_cleaned.t b/xt/extra/internals/namespaces_cleaned.t similarity index 97% rename from t/55namespaces_cleaned.t rename to xt/extra/internals/namespaces_cleaned.t index 4992a99..0023602 100644 --- a/t/55namespaces_cleaned.t +++ b/xt/extra/internals/namespaces_cleaned.t @@ -37,12 +37,6 @@ use Test::More; use lib 't/lib'; -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;