The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

#!/usr/bin/perl
use strict;
eval "use Test::Distribution not => 'podcover'";
plan skip_all => "Test::Distribution required for checking distribution" if $@;