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