The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

#!perl -T
use strict;
my $perltidyrc = File::Spec->catfile( 't', '_perltidyrc.txt' );
run_tests(
path => '.',
exclude => ['blib'],
debug => 0,
perltidyrc => $perltidyrc
);