Source: libmodule-starter-pbp-perl Standards-Version: 4.7.4 Maintainer: Debian Perl Group Uploaders: Salvatore Bonaccorso , Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 13), libmodule-build-perl, Build-Depends-Indep: libmodule-starter-perl , libtest-pod-coverage-perl , libtest-pod-perl , perl, Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmodule-starter-pbp-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmodule-starter-pbp-perl.git Homepage: https://metacpan.org/release/Module-Starter-PBP Package: libmodule-starter-pbp-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmodule-starter-perl, Description: Perl module to create new perl modules following best practices Module::Starter::PBP 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" by Damian Conway.