From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn 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" );
}