CPAN-Maker
view release on metacpan or search on metacpan
lib/CPAN/Maker.pm view on Meta::CPAN
=back
=head1 BUILD SPECIFICATION FORMAT
Example:
version: 1.9.1
project:
git: https://github.com/rlauer6/perl-Amazon-Credentials
description: "AWS credentials discoverer"
author:
name: Rob Lauer
mailto: rlauer6@comcast.net
pm-module: Amazon::Credentials
include-version: no
dependencies:
resolver: scandeps
requires: requires
test-requires: test-requires
required-modules: no
share/README.md view on Meta::CPAN
`buildspec.yml` file that describes the distribution you would like to
create.
## The Easy Way
Create a `buildspec.yml` file that looks something like this:
```
project:
git: https://github.com/rlauer6/perl-Amazon-Credentials.git
description: "AWS credentials discoverer"
author:
name: Rob Lauer
mailto: rlauer6@comcast.net
pm_module: Amazon::Credentials
path:
pm_module: src/main/perl/lib
tests: src/main/perl/t
exe_files: src/main/perl/bin
```
( run in 0.899 second using v1.01-cache-2.11-cpan-524268b4103 )