18ba128bce3520f4fee06eb62943f5ec5262b851
[gitmo/MooseX-Getopt.git] / t / pod.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7 plan skip_all => 'set RELEASE_TESTING to run these tests'
8   unless $ENV{RELEASE_TESTING};
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();