The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

ExtUtils::ModuleMaker::Licenses - Get the License for a new module

SYNOPSIS

A supporting player for ExtUtils::ModuleMaker to get the COPYRIGHT section of pod and the contents of the LICENSE file.

DESCRIPTION

USAGE

Should only be called from ExtUtils::ModuleMaker.

BUGS

SUPPORT

Send email to modulemaker@PlatypiVentures.com.

AUTHOR

    R. Geoffrey Avery
    CPAN ID: RGEOFFREY
    modulemaker@PlatypiVentures.com
    http://www.PlatypiVentures.com/perl/modules/ModuleMaker.shtml

COPYRIGHT

Copyright (c) 2001 R. Geoffrey Avery. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

ExtUtils::ModuleMaker

PUBLIC METHODS

Each public function/method is described here. These are how you should interact with this module.

Get_License

 Usage     : 
 Purpose   : 
 Returns   : 
 Argument  :
                         $p_module_data = text for the LICENSE file
 Throws    : 
 Comments  : 
           : 

See Also :

PRIVATE METHODS

Each private function/method is described here. These methods and functions are considered private and are intended for internal use by this module. They are not considered part of the public interface and are described here for documentation purposes only.

License_Apache

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Artistic

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_BSD

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_GPL

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_IBM

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Intel

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Jabber

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_LGPL

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_MIT

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_MITRE

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Mozilla_1_0

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Mozilla_1_1

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Nethack

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Nokia

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Python

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Q

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Ricoh

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Sun

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Sleepycat

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Vovida

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_ZLIB

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Perl

 Purpose   : Get the copyright pod text and LICENSE file text for this license

Custom_Licenses

 Purpose   : Get the copyright pod text and LICENSE file text for some
                         custom license provided by the programmer