LICENSE The licensing terms of your distribution. Generally its "perl" for the same license as Perl itself. See Module::Build::API for the list of options. -- LICENSE This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. #### create_license [version 0.31] This parameter tells Module::Build to automatically create a LICENSE file at the top level of your distribution, containing the full text of the author's chosen license. This requires "Software::License" on the author's machine, and further requires that the "license" parameter specifies a license that it knows about. create_makefile_pl -- license [version 0.07] Specifies the licensing terms of your distribution. -- Software::License subclass name (e.g. 'Apache_2_0') instead of one of the keys below. The legacy list of valid license values include: apache The distribution is licensed under the Apache License, Version 2.0 (). apache_1_1 The distribution is licensed under the Apache Software License, Version 1.1 (). artistic The distribution is licensed under the Artistic License, as specified by the Artistic file in the standard Perl distribution. -- The distribution is licensed under the Artistic 2.0 License (.) bsd The distribution is licensed under the BSD License (). gpl The distribution is licensed under the terms of the GNU General Public License (). lgpl The distribution is licensed under the terms of the GNU Lesser General Public License (). mit The distribution is licensed under the MIT License (). mozilla The distribution is licensed under the Mozilla Public License. ( or ) open_source The distribution is licensed under some other Open Source Initiative-approved license listed at . perl The distribution may be copied and redistributed under the -- license, in which the user may choose between either the GPL or the Artistic license. restrictive The distribution may not be redistributed without special -- The distribution is licensed under a license that is not approved by www.opensource.org but that allows distribution without restrictions. Note that you must still include the terms of your license in your code and documentation - this field only sets the information that is included in distribution metadata to let automated tools figure out your licensing restrictions. Humans -- You may also use a license type of "unknown" if you don't wish to specify your terms in the metadata. Also see the "create_license" parameter. meta_add [version 0.28] -- core properties, such as "module_name" and "license", are defined using this class method. The first argument to "add_property()" is always the name of the -- create_license() create_makefile_pl() create_packlist() create_readme() -- license() magic_number() mb_version() meta_add()