r22767@hercule (orig r1158): mateu | 2009-07-28 14:16:29 +0100
[catagits/Reaction.git] / t / 02pod.t
CommitLineData
7adfd53f 1use strict;
2use warnings;
3use Test::More;
4
5eval "use Test::Pod 1.14";
6plan skip_all => 'Test::Pod 1.14 required' if $@;
7plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
8
9all_pod_files_ok();