changes from jrockway with some additional docs
[gitmo/MooseX-Types-Path-Class.git] / t / pod.t
CommitLineData
462699fc 1#!perl
fd56ddb6 2
a5bbbab1 3use warnings FATAL => 'all';
4use strict;
fd56ddb6 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();