From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567891011 #!perl -wuse strict;use warnings;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
#!perl -w
use
strict;
warnings;
Test::DescribeMe
qw(author)
;
Test::Needs
'Test::Strict'
Test::Strict->
import
();
all_perl_files_ok();
all_cover_ok(80);
# at least 80% coverage