From: Karen Etheridge Date: Wed, 17 Jul 2013 00:54:33 +0000 (-0700) Subject: no need for these duplicate tests now X-Git-Tag: v0.36-TRIAL~1^2~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Storage.git;a=commitdiff_plain;h=7850edf56c55fc7db85574846aa036abcdda1567 no need for these duplicate tests now --- diff --git a/t/author/pod-coverage.t b/t/author/pod-coverage.t deleted file mode 100644 index f307dcf..0000000 --- a/t/author/pod-coverage.t +++ /dev/null @@ -1,13 +0,0 @@ -#!perl -use Test::More; - -use Test::Pod::Coverage 1.08; - -my @modules = grep { ! /::Traits?::/ } all_modules(); - -plan tests => scalar(@modules); - -foreach my $module (@modules) { - pod_coverage_ok($module); -} - diff --git a/t/author/pod.t b/t/author/pod.t deleted file mode 100644 index dfd40ea..0000000 --- a/t/author/pod.t +++ /dev/null @@ -1,5 +0,0 @@ -#!perl - -use Test::More; -use Test::Pod 1.14; -all_pod_files_ok();