summaryrefslogtreecommitdiff
path: root/t/00-author-pod.t
blob: 5177b0c7d3af20f58164d46f916ff22376c26406 (plain)
1
2
3
4
5
6
#!perl 
use Test::Most;
plan skip_all => "skipping author-only test" unless $ENV{RUN_AUTHOR_TESTS};
eval "use Test::Pod";
 
all_pod_files_ok();