removed superfluous -T
[gitmo/MooseX-Types-Path-Class.git] / t / pod.t
CommitLineData
462699fc 1#!perl
fd56ddb6 2
3use Test::More;
4eval "use Test::Pod 1.14";
5plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
6all_pod_files_ok();