ExtUtils::ModuleMaker::PBP

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

ExtUtils::ModuleMaker::PBP Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • James E Keenan
  • Publisher web site:
  • http://search.cpan.org/~particle/parrot-0.6.1/lib/Parrot/Pmc2c/Pmc2cMain.pm

ExtUtils::ModuleMaker::PBP Tags


ExtUtils::ModuleMaker::PBP Description

ExtUtils::ModuleMaker::PBP is a Perl module to create a Perl extension in the style of Damian Conway's Perl Best Practices. 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 Related Software