| Current Path : /usr/share/doc/perl-Business-ISBN-Data-20120719.001/t/ |
| Current File : //usr/share/doc/perl-Business-ISBN-Data-20120719.001/t/pod_coverage.t |
use Test::More;
eval "use Test::Pod::Coverage";
if( $@ )
{
plan skip_all => "Test::Pod::Coverage required for testing POD";
}
else
{
plan tests => 1;
pod_coverage_ok( "Business::ISBN::Data" );
}