in reply to Re^2: [Module::Starter] question for option --license
in thread [Module::Starter] question for option --license

Unfortunately the error is still there

I *think* that it might be the fault of Module::Starter.
I found a couple of Build.PL files that specify "license" => "perl", and I speculate that's what it needs to be. (META.json files specify "perl_5", but everywhere else that I've seen specifies simply "perl".)

Cheers,
Rob

Replies are listed 'Best First'.
Re^4: [Module::Starter] question for option --license
by Anonymous Monk on May 21, 2014 at 13:54 UTC
Re^4: [Module::Starter] question for option --license
by GUIfriend (Sexton) on May 22, 2014 at 09:01 UTC

    I *think* that it might be the fault of Module::Starter.

    I also suspect that it's Module::Starter, particularly because of the uppercase P in "Perl_5". I will contact the author.