diff options
Diffstat (limited to 't/10-pod.t')
-rwxr-xr-x | t/10-pod.t | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/t/10-pod.t b/t/10-pod.t deleted file mode 100755 index 5fe4faa..0000000 --- a/t/10-pod.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(); |