Add an "x_contributors" section to your meta.yml
In your Makefile.PL:
contributors "Alan Smithee", "Nicolas Bourbaki <[email protected]>"; contributors "Spartacus <[email protected]>";
This is a plugin for Module::Install. It adds a \*(C`x_contributors\*(C' section to your \s-1META\s0.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 \s-1SYNOPSIS\s0 has three contributors, not just Spartacus.
Please report any bugs to http://rt.cpan.org/Dist/Display.html?Queue=Module-Install-Contributors <http://rt.cpan.org/Dist/Display.html?Queue=Module-Install-Contributors>.
Pod::Weaver::Section::Contributors, Dist::Zilla::Plugin::ContributorsFromGit.
Toby Inkster <[email protected]>.
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.
\s-1THIS\s0 \s-1PACKAGE\s0 \s-1IS\s0 \s-1PROVIDED\s0 \*(L"\s-1AS\s0 \s-1IS\s0\*(R" \s-1AND\s0 \s-1WITHOUT\s0 \s-1ANY\s0 \s-1EXPRESS\s0 \s-1OR\s0 \s-1IMPLIED\s0 \s-1WARRANTIES\s0, \s-1INCLUDING\s0, \s-1WITHOUT\s0 \s-1LIMITATION\s0, \s-1THE\s0 \s-1IMPLIED\s0 \s-1WARRANTIES\s0 \s-1OF\s0 \s-1MERCHANTIBILITY\s0 \s-1AND\s0 \s-1FITNESS\s0 \s-1FOR\s0 A \s-1PARTICULAR\s0 \s-1PURPOSE\s0.