diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-21 14:18:49 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-21 14:18:49 +0200 |
commit | af20e55e615559761a4411cb669e552718df121c (patch) | |
tree | 88b27c1b2132d55db581e336cc78b32a4f75c291 /t/10-pod-coverage.t | |
parent | b970e5c22fb9e6d764cccadc200894aeda40ea14 (diff) |
Add Pod::Coverage test
Diffstat (limited to 't/10-pod-coverage.t')
-rw-r--r-- | t/10-pod-coverage.t | 8 |
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'); |