function mkfpl_cpanpm { declare +x _thisperl; if [[ x"$PERL" != x"" ]]; then _thisperl=$PERL; else _thisperl='perl'; fi; $_thisperl Makefile.PL -verbose \ $($_thisperl -MCPAN -e'CPAN::Config->load; print $CPAN::Config->{q|makepl_arg|}') }