Whitespace trim tests
[gitmo/MooseX-Storage.git] / t / pod.t
CommitLineData
7b601dc7 1#!perl
e59193fb 2
3use Test::More;
4eval "use Test::Pod 1.14";
2ed048bc 5plan skip_all => "set env var RELEASE_TESTING=1 to run these"
6 unless $ENV{RELEASE_TESTING};
e59193fb 7plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
8all_pod_files_ok();