NAME Module::Starter::PBP - Create a module as recommended in "Perl Best Practices" VERSION This document describes Module::Starter::PBP version 0.0.3 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, i
