The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 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::ISMN",
{
trustme => [ qr/^[A-Z_]+$/ ],
}
);
}