Update README
[catagits/Catalyst-Action-REST.git] / xt / pod.t
CommitLineData
36b40b8e 1use strict;
2use warnings;
3use Test::More;
4
5eval "use Test::Pod 1.14";
6plan skip_all => 'Test::Pod 1.14 required' if $@;
36b40b8e 7
8all_pod_files_ok();