diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-01-19 12:01:37 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-01-19 12:01:37 +0100 |
commit | 555ef2c21583e7eacbf450a3f1a2de262a0fc380 (patch) | |
tree | 4fcf01a4dc7518d82c85f011ce1f15dd601bd7a4 /xt/10-pod-coverage.t | |
parent | 9fed54b19e8d96039d576f24787d84d35a2a4e7b (diff) |
Add author tests
Diffstat (limited to 'xt/10-pod-coverage.t')
-rwxr-xr-x | xt/10-pod-coverage.t | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xt/10-pod-coverage.t b/xt/10-pod-coverage.t new file mode 100755 index 0000000..5fe4faa --- /dev/null +++ b/xt/10-pod-coverage.t @@ -0,0 +1,8 @@ +#!/usr/bin/env perl +use strict; +use warnings; +use 5.010; +use Test::More; +use Test::Pod; + +all_pod_files_ok(); |