table of contents
Dist::Zilla::Role::MintingProfile(3pm) | User Contributed Perl Documentation | Dist::Zilla::Role::MintingProfile(3pm) |
NAME¶
Dist::Zilla::Role::MintingProfile - something that can find a minting profile dir
VERSION¶
version 6.017
DESCRIPTION¶
Plugins implementing this role should provide "profile_dir" method, which, given a minting profile name, returns its directory.
The minting profile is a directory, containing arbitrary files used during creation of new distribution. Among other things notably, it should contain the 'profile.ini' file, listing the plugins used for minter initialization.
The default implementation "profile_dir" looks in the module's ShareDir.
After installing your profile, users will be able to start a new distribution, based on your profile with the:
$ dzil new -P Provider -p profile_name Distribution::Name
AUTHOR¶
Ricardo SIGNES 😏 <rjbs@cpan.org>
COPYRIGHT AND LICENSE¶
This software is copyright (c) 2020 by Ricardo SIGNES.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2020-11-04 | perl v5.30.3 |