From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567 use ExtUtils::MakeMaker;WriteMakefile( 'NAME' => 'AI::jNeural::utils', 'VERSION_FROM' => 'utils.pm', 'PREREQ_PM' => {},);
use
ExtUtils::MakeMaker;
WriteMakefile(
'NAME'
=>
'AI::jNeural::utils'
,
'VERSION_FROM'
'utils.pm'
'PREREQ_PM'
=> {},
);