12345678910 use strict;use warnings;use Test::NoWarnings;use Test::Pod::Coverage 'tests' => 2;# Test.pod_coverage_ok('Wikibase::Datatype::Form', { 'also_private' => ['BUILD'] }, 'Wikibase::Datatype::Form is covered.');
use
strict;
warnings;
Test::NoWarnings;
Test::Pod::Coverage
'tests'
=> 2;
# Test.
pod_coverage_ok(
'Wikibase::Datatype::Form'
,
{
'also_private'
=> [
'BUILD'
] },
'Wikibase::Datatype::Form is covered.'
);