rearranging. need to redo with dzil
[gitmo/MooseX-Types-Path-Class.git] / xt / pod.t
1 #!perl
2
3 use warnings FATAL => 'all';
4 use strict;
5 use Test::More;
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();