From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678910 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" ); }
use
Test::More;
eval
"use Test::Pod::Coverage"
;
if
( $@ ) {
plan
skip_all
=>
"Test::Pod::Coverage required for testing POD"
}
else
{
tests
=> 1;
pod_coverage_ok(
"Business::ISBN::Data"
);