]> git.decadent.org.uk Git - maypole.git/blob - t/02pod.t
added preprocess_location method
[maypole.git] / t / 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