Skip Menu |

This queue is for tickets about the Cache-Memcached-Managed CPAN distribution.

Report information
The Basics
Id: 76346
Status: resolved
Priority: 0/
Queue: Cache-Memcached-Managed

People
Owner: ELIZABETH [...] cpan.org
Requestors: KENTNL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.21
Fixed in: (no value)



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.

License information has been added