12345678910111213141516 use strict;use warnings;use Test::More;BEGIN { eval { require Test::Distribution; }; if($@) { plan skip_all => 'Test::Distribution not installed'; } else { import Test::Distribution not => 'podcover'; }}
use
strict;
warnings;
Test::More;
BEGIN {
eval
{
require
Test::Distribution;
};
if
($@) {
plan
skip_all
=>
'Test::Distribution not installed'
;
}
else
import
Test::Distribution
not
'podcover'