a6414244a3bf956c562e0e3db3b90c0cf27041ef
[gitmo/MooseX-Types-Path-Class.git] / t / 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 if ($@) {
8     plan skip_all =>
9         "Test::Pod::Coverage 1.04 required for testing POD coverage";
10 }
11 all_pod_coverage_ok();