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