summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build.PL1
-rw-r--r--t/06-pod-coverage.t12
2 files changed, 0 insertions, 13 deletions
diff --git a/Build.PL b/Build.PL
index 0c68e49..2d9c370 100644
--- a/Build.PL
+++ b/Build.PL
@@ -11,7 +11,6 @@ my $build = Module::Build->new(
'Test::MockObject' => 0,
'Test::More' => 0,
'Test::Pod' => 0,
- 'Test::Pod::Coverage' => 1.00,
},
license => 'unrestricted',
module_name => 'App::Raps2',
diff --git a/t/06-pod-coverage.t b/t/06-pod-coverage.t
deleted file mode 100644
index a3e35eb..0000000
--- a/t/06-pod-coverage.t
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env perl
-
-use strict;
-use warnings;
-
-use Test::More;
-
-eval "use Test::Pod::Coverage 1.00";
-
-plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage" if $@;
-
-all_pod_coverage_ok();