1 2 3 4 5 6 7 8
use ExtUtils::MakeMaker; use Config qw(%Config); WriteMakefile( VERSION_FROM => "IO.pm", NAME => "IO", OBJECT => '$(O_FILES)', );