1Module::Install::CreditUss(e3r)Contributed Perl DocumentMaotdiuolne::Install::Credits(3)
2
3
4
6 Module::Install::Credits - package a CREDITS file with a distribution
7
9 In Makefile.PL:
10
11 write_credits_file;
12
14 Extracts copyright and licensing information from RDF metadata included
15 in the distribution, and outputs it as a text file called "CREDITS".
16
17 This module provides one function for use in Module::Install-based
18 Makefile.PL scripts:
19
20 "write_credits_file"
21
23 Please report any bugs to
24 <http://rt.cpan.org/Dist/Display.html?Queue=Module-Install-Copyright>.
25
27 This is a plugin for Module::Install.
28
29 It relies on metadata from Module::Install::RDF.
30
32 Toby Inkster <tobyink@cpan.org>.
33
35 This software is copyright (c) 2013 by Toby Inkster.
36
37 This is free software; you can redistribute it and/or modify it under
38 the same terms as the Perl 5 programming language system itself.
39
41 THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
42 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
43 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
44
45
46
47perl v5.30.0 2019-07-26 Module::Install::Credits(3)