From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456789 #!perl -Tuse Test::More tests => 1;BEGIN { use_ok( 'ExtUtils::FindFunctions' );}diag( "Testing ExtUtils::FindFunctions $ExtUtils::FindFunctions::VERSION, Perl $], $^X" );
#!perl -T
use
Test::More
tests
=> 1;
BEGIN {
use_ok(
'ExtUtils::FindFunctions'
);
}
diag(
"Testing ExtUtils::FindFunctions $ExtUtils::FindFunctions::VERSION, Perl $], $^X"