8c9830b773b8badebd6119267a1065f4efe3c62c
[gitmo/MooseX-ClassAttribute.git] / xt / pod.t
1 use strict;
2 use warnings;
3
4 use Test::More;
5
6
7 plan skip_all => 'This test is only run for the module author'
8     unless -d '.git' || $ENV{IS_MAINTAINER};
9
10 eval "use Test::Pod 1.14";
11 plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
12
13 all_pod_files_ok();