Added libalien-wxwidgets-perl
[pkg-perl] / deb-src / libalien-wxwidgets-perl / libalien-wxwidgets-perl-0.50 / t / zy_pod_coverage.t
1 #!/usr/bin/perl -w
2
3 use strict;
4 use Test::More;
5 eval "use Test::Pod::Coverage 1.00";
6 plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage"
7   if $@;
8 plan( tests => 1 );
9 pod_coverage_ok( 'Alien::wxWidgets' );