The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

#!perl -w
use strict;
use Test::Needs 'Test::Compile';
my $test = Test::Compile->new();
$test->all_files_ok();
$test->done_testing();