The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
12345 #!/usr/bin/perl use strict;use Test::More;eval "use Test::Distribution not => 'podcover'";plan skip_all => "Test::Distribution required for checking distribution" if $@;
#!/usr/bin/perl
use
strict;
Test::More;
eval
"use Test::Distribution not => 'podcover'"
;
plan
skip_all
=>
"Test::Distribution required for checking distribution"
if
$@;