/usr/local/CPAN/Perl6-Variables/Makefile.PL
use
ExtUtils::MakeMaker
;
WriteMakefile
(
NAME
=>
'Perl6::Variables'
,
VERSION
=>
'0.01'
,
)
;