From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456 use strict;use warnings;use Test::More tests => 1;BEGIN { use_ok('Module::Find') };
use
strict;
warnings;
Test::More
tests
=> 1;
BEGIN { use_ok(
'Module::Find'
) };