Semi-affordance accessors is no longer a policy
[gitmo/Task-Moose.git] / t / pod.t
CommitLineData
dc00a896 1#!perl -T
2
3use Test::More;
4eval "use Test::Pod";
5plan skip_all => "Test::Pod required for testing POD" if $@;
6all_pod_files_ok();