Module::Install::Contributors(3pm) | User Contributed Perl Documentation | Module::Install::Contributors(3pm) |
Module::Install::Contributors - add an "x_contributors" section to your META.yml
In your Makefile.PL:
contributors "Alan Smithee", "Nicolas Bourbaki <nic@math.example.fr>"; contributors "Spartacus <spartacus@example.it>";
This is a plugin for Module::Install. It adds a "x_contributors" section to your META.yml file. This is an array of strings, which should normally be in "Name <email>" format.
It provides one function to Module::Install-based Makefile.PLs:
Repeated calls are cumulative. The example in the SYNOPSIS has three contributors, not just Spartacus.
Please report any bugs to <http://rt.cpan.org/Dist/Display.html?Queue=Module-Install-Contributors>.
Pod::Weaver::Section::Contributors, Dist::Zilla::Plugin::ContributorsFromGit.
Toby Inkster <tobyink@cpan.org>.
This software is copyright (c) 2013 by Toby Inkster.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
2022-06-15 | perl v5.34.0 |