Commit | Line | Data |
552e3d24 |
1 | use strict; |
2 | use warnings; |
3 | |
4 | use Test::More; |
5 | |
6 | eval "use Test::Pod::Coverage 1.04"; |
7 | plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@; |
8 | |
abfebb52 |
9 | all_pod_coverage_ok( { trustme => [ qr/compatability/ ] } ); |