Added libalien-wxwidgets-perl
[pkg-perl] / deb-src / libalien-wxwidgets-perl / libalien-wxwidgets-perl-0.50 / t / zz_pod.t
1 #!/usr/bin/perl -w
2
3 use strict;
4 use Test::More;
5 eval "use Test::Pod 1.00";
6
7 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
8 Test::Pod::all_pod_files_ok( Test::Pod::all_pod_files( qw(lib inc/My) ) );