From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

#!perl -w
use strict;
use Test::DescribeMe qw(author);
use Test::Needs 'Test::Strict';
Test::Strict->import();
all_perl_files_ok();
all_cover_ok(80); # at least 80% coverage