12345678 use strict;use warnings;use Test::NoWarnings;use Test::Pod::Coverage 'tests' => 2;# Test.pod_coverage_ok('WQS::SPARQL', 'WQS::SPARQL is covered.');
use
strict;
warnings;
Test::NoWarnings;
Test::Pod::Coverage
'tests'
=> 2;
# Test.
pod_coverage_ok(
'WQS::SPARQL'
,
'WQS::SPARQL is covered.'
);