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