logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Module::Install::Contributors - add an "x_contributors" section to your META.yml

Author

       Toby Inkster <tobyink@cpan.org>.

Bugs

       Please report any bugs to <http://rt.cpan.org/Dist/Display.html?Queue=Module-Install-Contributors>.

Description

       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:

       contributors(@names)

       Repeated calls are cumulative. The example in the SYNOPSIS has three contributors, not just Spartacus.

Disclaimer Of Warranties

       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.

perl v5.40.1                                       2025-08-08                 Module::Install::Contributors(3pm)

Name

       Module::Install::Contributors - add an "x_contributors" section to your META.yml

See Also

       Pod::Weaver::Section::Contributors, Dist::Zilla::Plugin::ContributorsFromGit.

Synopsis

       In your Makefile.PL:

        contributors "Alan Smithee", "Nicolas Bourbaki <nic@math.example.fr>";
        contributors "Spartacus <spartacus@example.it>";

See Also