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

Reply via email to