The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345678 use strict;use warnings;use Test::NoWarnings;use Test::Pod::Coverage 'tests' => 2;# Test.pod_coverage_ok('MARC::Convert::Wikidata', 'MARC::Convert::Wikidata is covered.');
use
strict;
warnings;
Test::NoWarnings;
Test::Pod::Coverage
'tests'
=> 2;
# Test.
pod_coverage_ok(
'MARC::Convert::Wikidata'
,
'MARC::Convert::Wikidata is covered.'
);