in reply to Module::Build - could not create MYMETA files

Does your Build.PL contain a license of "Artistic_2_0"? If so, it should probably be "artistic_2" as per CPAN::Meta::Spec.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
  • Comment on Re: Module::Build - could not create MYMETA files

Replies are listed 'Best First'.
Re^2: Module::Build - could not create MYMETA files
by abualiga (Scribe) on Dec 03, 2012 at 14:47 UTC

    It does contain "license => 'Artistic_2_0'", but I'm not understanding your second sentence. I have CPAN::Meta::Spec 2.120630, is there something I need to modify?

      You recognize Build.PL contains "Artistic_2_0", hooray, now replace that with "artistic_2" -- it should probably be means replace :)

        It worked. Thanks for not talking down to me.