12345678910 use v5.22;use strict;use warnings;use Test::More;eval 'use Test::DistManifest';if ($@) { plan skip_all => 'Test::DistManifest required to test MANIFEST';} manifest_ok();
use
v5.22;
strict;
warnings;
Test::More;
eval
'use Test::DistManifest'
;
if
($@) {
plan
skip_all
=>
'Test::DistManifest required to test MANIFEST'
}
manifest_ok();