Add the following packages libalgorithm-diff-perl libspiffy-perl libtext-diff-perl...
[pkg-perl] / deb-src / libfilter-perl / libfilter-perl-1.34 / t / pod.t
1 eval " use Test::More " ;
2
3 if ($@)
4 {
5     print "1..0 # Skip: Test::More required for testing POD\n" ;
6     exit 0;
7 }
8
9 eval "use Test::Pod 1.00";
10
11 if ($@)
12 {
13     print "1..0 # Skip: Test::Pod 1.00 required for testing POD\n" ;
14     exit 0;
15 }
16
17 all_pod_files_ok();
18