CPAN-Maker

 view release on metacpan or  search on metacpan

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 1.041 second using v1.01-cache-2.11-cpan-f4a522933cf )