Module::Starter::PBP

Module::Starter::PBP is a Perl module to create a module as recommended in "Perl Best Practices".
Download

Module::Starter::PBP Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Damian Conway
  • Publisher web site:
  • http://search.cpan.org/~dconway/

Module::Starter::PBP Tags


Module::Starter::PBP Description

Module::Starter::PBP is a Perl module to create a module as recommended in "Perl Best Practices". Module::Starter::PBP is a Perl module to create a module as recommended in "Perl Best Practices".SYNOPSIS # In your ~/.module-starter/config file... author: < Your Name > email: < your@email.addr > plugins: Module::Starter::PBP template_dir: < /some/absolute/path/name > # Then on the command-line... > module-starter --module=Your::New::Module # Or, if you're lazy and happy to go with # the recommendations in "Perl Best Practices"... > perl -MModule::Starter::PBP=setupThis module implements a simple approach to creating modules and their support files, based on the Module::Starter approach. Module::Starter needs to be installed before this module can be used.When used as a Module::Starter plugin, this module allows you to specify a simple directory of templates which are filled in with module-specific information, and thereafter form the basis of your new module.The default templates that this module initially provides are based on the recommendations in the book "Perl Best Practices". Requirements: · Perl


Module::Starter::PBP Related Software