]> git.vpit.fr Git - perl/modules/Linux-SysInfo.git/blob - t/pod-coverage.t
Importing Linux-SysInfo-0.07.tar.gz
[perl/modules/Linux-SysInfo.git] / t / pod-coverage.t
1 #!perl -T
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7
8 eval "use Test::Pod::Coverage 1.04";
9 plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
10 all_pod_coverage_ok();