diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-06-24 17:29:58 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-06-24 17:29:58 +0200 |
commit | e88436bc4c125358cb8330ae87c306e7cf76fd9d (patch) | |
tree | ba5477ed16fc3209ca0b426f2b76d13eb1db7041 /t/10-pod-coverage.t | |
parent | 2423d990280de54c263bc175eb01f12f7245046a (diff) |
Move author tests to xt/
Diffstat (limited to 't/10-pod-coverage.t')
-rwxr-xr-x | 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 100755 index 5fe4faa..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(); |