summaryrefslogtreecommitdiff
path: root/t/90-pod.t
diff options
context:
space:
mode:
Diffstat (limited to 't/90-pod.t')
-rw-r--r--t/90-pod.t15
1 files changed, 0 insertions, 15 deletions
diff --git a/t/90-pod.t b/t/90-pod.t
deleted file mode 100644
index cace2ad..0000000
--- a/t/90-pod.t
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-use Test::More;
-
-plan skip_all => "Enable DEVEL_TESTS environent variable"
- unless ($ENV{DEVEL_TESTS});
-
-eval "use Test::Pod 1.00";
-
-plan skip_all => "Test::Pod 1.00 required" if $@;
-
-my @poddirs = qw( blib );
-
-all_pod_files_ok( all_pod_files( @poddirs ) );