X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fpod.t;h=d1a62102c1e4ab75e5f3542491af7e6d5bbb34af;hb=8273e845426f0187b4ad6c4a1b42286fa09a648f;hp=328a1ed333f811229ec9e688bf2d04fa4e66bb6c;hpb=33eafbfd322ab48a2697c0ea9fadfb182fb22a36;p=dbsrgits%2FDBIx-Class.git diff --git a/xt/pod.t b/xt/pod.t index 328a1ed..d1a6210 100644 --- a/xt/pod.t +++ b/xt/pod.t @@ -5,11 +5,6 @@ use Test::More; use lib qw(t/lib); use DBICTest; -# Don't run tests for installs -if ( DBICTest::RunMode->is_plain ) { - plan( skip_all => "Author tests not required for installation" ); -} - require DBIx::Class; unless ( DBIx::Class::Optional::Dependencies->req_ok_for ('test_pod') ) { my $missing = DBIx::Class::Optional::Dependencies->req_missing_for ('test_pod');