Subject: | no LICENSE in META.json/yml |
Hi.
Just a friendly notice that your module lacks metadata in the .yml/.json to convey the license it is used under.
The result of which is:
Your Metadata, when converted to 2.0 version and fetched from the metacpan-api produces:
http://api.metacpan.org/release/?q=name:Test-MockModule-0.05
And as a result, this also makes the license field here: https://metacpan.org/release/Test-MockModule on the left display as "unknown".
The list of available licenses you can use in EUMM can be found here: https://metacpan.org/module/Module::Build::API#license
Based on what I've seen in your code, adding:
LICENSE => 'perl'
to your call to WriteMakefile in Makefile.PL should be sufficient.
Hope that helps. =).