/usr/local/CPAN/XXX/Makefile.PL
use
inc::Module::Install
;
name
'XXX'
;
all_from
'lib/XXX.pm'
;
requires
'YAML'
;
WriteAll
;