]> git.decadent.org.uk Git - maypole.git/blob - 02pod.t
0f0480b2184524e88cf4809921d457d9ecc56faf
[maypole.git] / 02pod.t
1 #!/usr/bin/perl -w
2
3 use strict;
4 use Test::More;
5
6 eval "use Test::Pod 1.14";
7 plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
8 all_pod_files_ok();
9