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