Rename: s/verify_type_constraint_error/_throw_type_constraint_error/g; It's Mouse...
[gitmo/Mouse.git] / xt / 01_pod.t
CommitLineData
2104d773 1use Test::More;
2eval "use Test::Pod 1.00";
3plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
4all_pod_files_ok();