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