ExtUtils::ModuleMaker::PBP 0.09 review
DownloadExtUtils::ModuleMaker::PBP is a Perl module to create a Perl extension in the style of Damian Conway's Perl Best Practices. S
|
|
ExtUtils::ModuleMaker::PBP is a Perl module to create a Perl extension in the style of Damian Conway's Perl Best Practices.
SYNOPSIS
use ExtUtils::ModuleMaker::PBP;
$mod = ExtUtils::ModuleMaker::PBP->new(
NAME => 'Sample::Module'
);
$mod->complete_build();
$mod->dump_keys(qw|
... # key provided as argument to constructor
... # same
|);
$mod->dump_keys_except(qw|
... # key provided as argument to constructor
... # same
|);
$license = $mod->get_license();
$mod->make_selections_defaults();
Requirements:
Perl
ExtUtils::ModuleMaker::PBP 0.09 search tags