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

#!/usr/bin/perl
use v5.14;
# Each process collector should at least *compile* when not on its own host OS
pass( 'Modules loaded' );
done_testing;