projects
/
gitmo/MooseX-Storage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d3671a4
)
no need for these duplicate tests now
Karen Etheridge [Wed, 17 Jul 2013 00:54:33 +0000 (17:54 -0700)]
t/author/pod-coverage.t
[deleted file]
patch
|
blob
|
blame
|
history
t/author/pod.t
[deleted file]
patch
|
blob
|
blame
|
history
diff --git
a/t/author/pod-coverage.t
b/t/author/pod-coverage.t
deleted file mode 100644
(file)
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
(file)
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();