1Module::Install::CopyriUgshetr(3C)ontributed Perl DocumeMnotdautlieo:n:Install::Copyright(3)
2
3
4
6 Module::Install::Copyright - package a COPYRIGHT file with a
7 distribution
8
10 In Makefile.PL:
11
12 write_copyright_file;
13
15 Extracts copyright and licensing information from embedded pod and/or
16 RDF metadata included in the distribution, and outputs it as a text
17 file called "COPYRIGHT" which should roughly conform to the Debian
18 copyright file format.
19
20 This module provides one function for use in Module::Install-based
21 Makefile.PL scripts:
22
23 "write_copyright_file"
24
26 Please report any bugs to
27 <http://rt.cpan.org/Dist/Display.html?Queue=Module-Install-Copyright>.
28
30 This is a plugin for Module::Install.
31
32 It relies on metadata from Module::Install::RDF.
33
34 It outputs data roughly conforming to
35 <http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/>.
36
38 Toby Inkster <tobyink@cpan.org>.
39
41 This software is copyright (c) 2012-2013 by Toby Inkster.
42
43 This is free software; you can redistribute it and/or modify it under
44 the same terms as the Perl 5 programming language system itself.
45
47 THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
48 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
49 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
50
51
52
53perl v5.32.1 2021-01-27 Module::Install::Copyright(3)