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
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