ExtUtils::ModuleMaker::PBP 0.09 review

Download
by rbytes.net on

ExtUtils::ModuleMaker::PBP is a Perl module to create a Perl extension in the style of Damian Conway's Perl Best Practices. S

License: Perl Artistic License
File size: 33K
Developer: James E Keenan
0 stars award from rbytes.net

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