/usr/local/CPAN/Module-Reload/Makefile.PL
use
ExtUtils::MakeMaker
;
WriteMakefile
(
NAME
=>
"Module::Reload"
,
VERSION_FROM
=>
"./Reload.pm"
)
;