Modified source files and compiled any and armel versions of packages
[pkg-perl] / deb-src / libtest-exception-perl / libtest-exception-perl-0.27 / t / developer / pod.t
1 #! /usr/bin/perl -Tw
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7 eval "use Test::Pod 1.00";
8 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
9 all_pod_files_ok();