/usr/local/CPAN/Math-Units/Makefile.PL
use
ExtUtils::MakeMaker
;
WriteMakefile
(
'NAME'
=>
'Math::Units'
,
'VERSION_FROM'
=>
'Units.pm'
,
)
;