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::Credits - package a CREDITS file with a distribution

Author

       Toby Inkster <tobyink@cpan.org>.

Bugs

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

Description

       Extracts copyright and licensing information from RDF metadata included in the distribution, and outputs
       it as a text file called "CREDITS".

       This module provides one function for use in Module::Install-based Makefile.PL scripts:

       "write_credits_file"

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-15                      Module::Install::Credits(3pm)

Name

       Module::Install::Credits - package a CREDITS file with a distribution

See Also

       This is a plugin for Module::Install.

       It relies on metadata from Module::Install::RDF.

Synopsis

       In Makefile.PL:

               write_credits_file;

See Also