Make author test run in my local::lib
[catagits/Catalyst-TraitFor-Request-ProxyBase.git] / t / author / pod.t
CommitLineData
339e4a1a 1#!perl
1640822e 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();