rearranging. need to redo with dzil
[gitmo/MooseX-Types-Path-Class.git] / xt / pod.t
CommitLineData
81ac9f9d 1#!perl
2
3use warnings FATAL => 'all';
4use strict;
5use Test::More;
6eval "use Test::Pod 1.14";
7plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
8all_pod_files_ok();