The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dist::Zilla::MintingProfile::Author::MINTLAB - A minting profile for MINTLAB employees

VERSION

version 0.01

SYNOPSIS

 dzil new -P Author::MINTLAB Foo::Bar

DESCRIPTION

This is the minting profile that MINTLAB uses. It creates a git repository with a module skeleton in lib and the following additional files:

  • Changes

  • Dockerfile

  • cpanfile

  • dev-bin/cpanm

  • dist.ini

  • LICENSE

  • t/01-basic.t

  • .dockerignore

  • .gitignore

  • .gitlab-ci.yml

  • .editorconfig

The created dist.ini will use the current dzil config.ini to populate the author, license, and copyright fields. It will additionally add the plugin bundle Dist::Zilla::PluginBundle::Author::MINTLAB.

BUGS

Report any issues on the public bugtracker.

SEE ALSO

Dist::Zilla, cpanfile, Dist::Zilla::PluginBundle::Author::MINTLAB

AUTHOR

Wesley Schwengle <waterkip@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Mintlab BV.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.