Info3: <<
Package: module-starter-pbp-pm%type_pkg[perl]
Version: 0.0.3
Revision: 2
Depends: <<
  perl%type_pkg[perl]-core,
  module-starter-pm%type_pkg[perl],
  path-class-pm%type_pkg[perl],
  perl-critic-pm%type_pkg[perl],
<<
Source: mirror:cpan:authors/id/D/DC/DCONWAY/Module-Starter-PBP-v0.0.3.tar.gz
Source-Checksum: SHA256(6a7feb9b6df05462aea385395663c6602812d50b26e98734c5644ce78a8724ce)
Type: perl (5.16.2 5.18.2 5.18.4 5.28.2 5.30.2 5.30.3)
Distribution: <<
	(%type_pkg[perl] = 5162) 10.9,
	(%type_pkg[perl] = 5162) 10.10,
	(%type_pkg[perl] = 5162) 10.11,
	(%type_pkg[perl] = 5162) 10.12,
	(%type_pkg[perl] = 5162) 10.13
<<
UpdatePOD: true
DocFiles: Changes README
Description: Create modules following Perl Best Practices
DescDetail: <<
This 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".
<<
License: Artistic
Homepage: https://metacpan.org/dist/Module-Starter-PBP
InstallScript: <<
	%{default_script}
	mv %i/share/man %i/lib/perl5/%type_raw[perl]
#	mv %i/bin/module-starter %i/bin/module-starter-pm%type_pkg[perl]
<<
Maintainer: Jesse Alama <jesse.alama@gmail.com>
<<