summaryrefslogtreecommitdiff
path: root/test/10-pod-coverage.t
blob: 4c1d5f5093d22a4000faee10e0f2cb66130c63b4 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env perl
use strict;
use warnings;
use 5.010;
use Test::More;
use Test::Pod;

all_pod_files_ok('bin/efa');