1Pod::Weaver::Section::LUesgearl(C3o)ntributed Perl DocumPeondt:a:tWieoanver::Section::Legal(3)
2
3
4
6 Pod::Weaver::Section::Legal - a section for the copyright and license
7
9 version 4.019
10
12 This section plugin will produce a hunk of Pod giving the copyright and
13 license information for the document, like this:
14
15 =head1 COPYRIGHT AND LICENSE
16
17 This document is copyright (C) 1991, Ricardo Signes.
18
19 This document is available under the blah blah blah.
20
21 This plugin will do nothing if no "license" input parameter is
22 available. The "license" is expected to be a Software::License object.
23
25 This module should work on any version of perl still receiving updates
26 from the Perl 5 Porters. This means it should work on any version of
27 perl released in the last two to three years. (That is, if the most
28 recently released version is v5.40, then this module should work on
29 both v5.40 and v5.38.)
30
31 Although it may work on older versions of perl, no guarantee is made
32 that the minimum required version will not be increased. The version
33 may be increased for any reason, and there is no promise that patches
34 will be accepted to lower the minimum required perl.
35
37 license_file
38 Specify the name of the license file and an extra line of text will be
39 added telling users to check the file for the full text of the license.
40
41 Defaults to none.
42
43 header
44 The title of the header to be added. (default: "COPYRIGHT AND
45 LICENSE")
46
48 Ricardo SIGNES <cpan@semiotic.systems>
49
51 This software is copyright (c) 2023 by Ricardo SIGNES.
52
53 This is free software; you can redistribute it and/or modify it under
54 the same terms as the Perl 5 programming language system itself.
55
56
57
58perl v5.36.0 2023-01-20 Pod::Weaver::Section::Legal(3)