From Code to Community: Sponsoring The Perl and Raku Conference 2025 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
();