summaryrefslogtreecommitdiff
path: root/test/10-pod-coverage.t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-03-04 12:22:22 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-03-04 12:22:22 +0100
commit1932c998cac488d6ba27789fea56bcf3a554a35c (patch)
tree39304ac27f408d58095d07634fbba6520efd5d21 /test/10-pod-coverage.t
parente1e7a58aa6983261757affa1b146d6ce20742a69 (diff)
Switch from Makefile to Build.PL
Diffstat (limited to 'test/10-pod-coverage.t')
-rwxr-xr-xtest/10-pod-coverage.t8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/10-pod-coverage.t b/test/10-pod-coverage.t
deleted file mode 100755
index df81177..0000000
--- a/test/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(qw{ bin/comirror bin/comirror-setup });