From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345 use ExtUtils::MakeMaker;WriteMakefile( 'VERSION_FROM' => 'Stdio.pm', 'MAN3PODS' => {}, # pods will be built later );
use
ExtUtils::MakeMaker;
WriteMakefile(
'VERSION_FROM'
=>
'Stdio.pm'
,
'MAN3PODS'
=> {},
# pods will be built later
);