Add libwx-perl
[pkg-perl] / deb-src / libwx-perl / libwx-perl-0.96 / t / 12_pod.t
1 #!/usr/bin/perl -w
2
3 use strict;
4 use if !$ENV{AUTHOR_TESTS}, 'Test::More' => skip_all => 'Author tests';
5 use Test::More;
6 eval "use Test::Pod 1.00";
7 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
8
9 Test::Pod::all_pod_files_ok( Test::Pod::all_pod_files( 'blib' ) );