diff options
-rw-r--r-- | Build.PL | 1 | ||||
-rw-r--r-- | t/06-pod-coverage.t | 12 |
2 files changed, 0 insertions, 13 deletions
@@ -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(); |