dzil build works
[gitmo/MooseX-Types-Path-Class.git] / xt / pod-coverage.t
1 #!perl
2
3 use warnings FATAL => 'all';
4 use strict;
5 use Test::More;
6 eval "use Test::Pod::Coverage 1.04";
7 plan skip_all =>
8     "Test::Pod::Coverage 1.04 required for testing POD coverage"
9     if ($@);
10 all_pod_coverage_ok();