Query: module::install::autolicense
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Module::Install::AutoLicense(3pm) User Contributed Perl Documentation Module::Install::AutoLicense(3pm)NAMEModule::Install::AutoLicense - A Module::Install extension to automagically generate LICENSE filesSYNOPSIS# In Makefile.PL use inc::Module::Install; author 'Vestan Pants'; license 'perl'; auto_license; An appropriate "LICENSE" file will be generated for your distribution.DESCRIPTIONModule::Install::AutoLicense is a Module::Install extension that generates a "LICENSE" file automatically whenever the author runs "Makefile.PL". On the user side it does nothing. When "make distclean" is invoked by the author, the "LICENSE" is removed. The appropriate license to determined from the meta provided with the "license" command and the holder of the license from the "author" command. Software::License is used to generate the "LICENSE" file.COMMANDSThis plugin adds the following Module::Install command: "auto_license" Does nothing on the user-side. On the author-side it will generate a "LICENSE" file according to the previously supplied "license" command. The "holder" of the license is determined from the "author" meta or may be specified using the "holder" parameter. auto_license( holder => 'Vestan Pants and Ivor Biggun' ); It is important to note that the "auto_license" must follow "author" and "license" commands in the "Makefile.PL" ( as demonstrated in the SYNOPSIS above ), otherwise the meta these commands provide will be unavailable to "auto_license". Call it a feature.AUTHORChris "BinGOs" WilliamsLICENSECopyright X Chris Williams This module may be used, modified, and distributed under the same terms as Perl itself. Please see the license that came with your Perl distribution for details.SEE ALSOModule::Install Software::License perl v5.14.2 2010-04-30 Module::Install::AutoLicense(3pm)
Similar Topics in the Unix Linux Community |
---|
Can DELL PoewrEdge 2950 Install x86 Unix OS |
Install tcsh on HP-UX 11.31 itanium |
Can't locate inc/Module/Install.pm in @INC |
Install a Software on Fedora! |
How to Install JCAPS on RHEL 5.4 OS? |