Subject: | LICENSE not defined in META.yml |
HI there.
I just wanted to point out the LICENSE field in META.yml is presently "unknown" , which leads to unknown licenses to anything using the metacpan API , such as the License: field on the left: https://metacpan.org/module/Cache::Memcached::Managed
Fixing this should be straight-forward, pick a license string from this list: https://metacpan.org/module/Module::Build::API#license and set it via the LICENSE parameter to WriteMakefile .
What you'll most likely want is
LICENSE => 'gpl'
Based on reading your other documentation.
Hope this helps.