]> git.vpit.fr Git - perl/modules/Linux-SysInfo.git/blob - t/pod.t
Makefile.PL beautification. 'make clean' should remove coverage files
[perl/modules/Linux-SysInfo.git] / t / pod.t
1 #!perl -T
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7
8 eval "use Test::Pod 1.14";
9 plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
10 all_pod_files_ok();