logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ExtUtils::ModuleMaker::Licenses::Local - Templates for the module's License/Copyright

Author/Maintainer

       ExtUtils::ModuleMaker  was  originally  written  in  2001-02  by  R.  Geoffrey  Avery  (modulemaker  [at]
       PlatypiVentures [dot] com).  Since version 0.33 (July 2005) it has been maintained  by  James  E.  Keenan
       (jkeenan [at] cpan [dot] org).

Bugs

       None known at this time.

Description

       This package holds subroutines imported and used by ExtUtils::ModuleMaker to include license and
       copyright information in a standard Perl module distribution.

Name

       ExtUtils::ModuleMaker::Licenses::Local - Templates for the module's License/Copyright

See Also

ExtUtils::ModuleMaker, modulemaker, perl(1).

perl v5.36.0                                       2023-01-27             ExtUtils::Modul...Licenses::Local(3pm)

Support

       Send email to jkeenan [at] cpan [dot] org.  Please include 'modulemaker' in the subject line.

Synopsis

         use ExtUtils::ModuleMaker::Licenses::Local;
         blah blah blah

Usage

       This package always exports two functions:

       •   "Get_Local_License"

       •   "Verify_Local_License"

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

See Also