Info3: <<
Package: module-starter-pm%type_pkg[perl]
Version: 1.73
Revision: 1
Depends: <<
	perl%type_pkg[perl]-core,
<<
Source: mirror:cpan:authors/id/D/DB/DBOOK/Module-Starter-%v.tar.gz
Source-Checksum: SHA256(80299e53b7e4db4840dd7174740ea60a679cbb38a5e17d256a0f82fd9b3b8ae5)
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: Simple starter kit for Perl modules
DescDetail: <<
Module::Starter is used to create a skeletal CPAN distribution,
including basic builder scripts, tests, documentation, and module
code.

For more information, refer to the documentation for module-starter,
Module::Starter, and Module::Starter::Simple.
<<
License: Artistic/GPL
Homepage: https://metacpan.org/dist/Module-Starter/
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]
<<
PostInstScript: update-alternatives --install %p/bin/module-starter module-starter %p/bin/module-starter-pm%type_pkg[perl] %type_pkg[perl]

PreRmScript: update-alternatives --remove module-starter %p/bin/module-starter-pm%type_pkg[perl]
Maintainer: Jesse Alama <jesse.alama@gmail.com>
<<