develooper Front page | perl.module-authors | Postings from April 2008

Re: license in META.yml

Thread Previous | Thread Next
From:
Alexandr Ciornii
Date:
April 5, 2008 18:02
Subject:
Re: license in META.yml
Message ID:
47F7485C.1060301@gmail.com
David Landgren wrote:
> Gabor Szabo wrote:
>> As I am usually using Module::Build I did not know that a recent
>> version of MakeMaker
>> has started to support the LICENSE parameter and will include it in
>> the automatically
>> created META.yml.
> 
> That has been the case for a couple of years or so. I think it was first 
> introduced in 6.30.
In 6.30_01.

I usually have this line in Makefile.PL WriteMakefile:
     ($ExtUtils::MakeMaker::VERSION gt '6.30'?
      ('LICENSE'		=> 'perl', ) : ()),

-- 
Alexandr Ciornii, http://chorny.net

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About