dzilized all modules
[gitmo/MooseX-StrictConstructor.git] / xt / pod.t
CommitLineData
2a9c7c38 1use strict;
2use warnings;
3
4use Test::More;
5
6eval "use Test::Pod 1.14";
7plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
8
9all_pod_files_ok();