Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / libdevel-symdump-perl / libdevel-symdump-perl-2.08 / t / podcover.t
1 use Test::More;
2 eval "use Test::Pod::Coverage";
3 plan skip_all => "Test::Pod::Coverage required for testing pod coverage" if $@;
4 plan tests => 1;
5 pod_coverage_ok( "Devel::Symdump" );