]> git.imager.perl.org - imager.git/blob - t/t91pod.t
5475b0cd57406d7b3964ab40065d5d6bef97778e
[imager.git] / t / t91pod.t
1 #!perl -w
2 use strict;
3 use Test::More;
4 eval "use Test::Pod;";
5 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
6 all_pod_files_ok();