1use ExtUtils::MakeMaker; 2 3WriteMakefile( 'VERSION_FROM' => 'Stdio.pm', 4 'MAN3PODS' => {}, # pods will be built later 5 ); 6