The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
12345678910 #!/usr/bin/env perluse strict;use warnings;use Test::DescribeMe qw(author);use Test::Most;use Test::Needs 'Test::Distribution';Test::Distribution->import();
#!/usr/bin/env perl
use
strict;
warnings;
Test::DescribeMe
qw(author)
;
Test::Most;
Test::Needs
'Test::Distribution'
Test::Distribution->
import
();