summaryrefslogtreecommitdiff
path: root/t/10-pod-coverage.t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-05-21 14:18:49 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-05-21 14:18:49 +0200
commitaf20e55e615559761a4411cb669e552718df121c (patch)
tree88b27c1b2132d55db581e336cc78b32a4f75c291 /t/10-pod-coverage.t
parentb970e5c22fb9e6d764cccadc200894aeda40ea14 (diff)
Add Pod::Coverage test
Diffstat (limited to 't/10-pod-coverage.t')
-rw-r--r--t/10-pod-coverage.t8
1 files changed, 0 insertions, 8 deletions
diff --git a/t/10-pod-coverage.t b/t/10-pod-coverage.t
deleted file mode 100644
index 3f6ae1a..0000000
--- a/t/10-pod-coverage.t
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env perl
-use strict;
-use warnings;
-use 5.010;
-use Test::More;
-use Test::Pod;
-
-all_pod_files_ok('bin/raps2');