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.02

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 EUPL v1.1 software license and set the copyright owner to Mintlab B.V. / Zaaksysteem.nl. 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 B.V / Zaaksysteem.nl.

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