Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-MockModule CPAN distribution.

Report information
The Basics
Id: 76858
Status: resolved
Priority: 0/
Queue: Test-MockModule

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

Bug Information
Severity: Normal
Broken in: 0.05
Fixed in: 0.06



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. =).

On Sat Apr 28 02:44:01 2012, KENTNL wrote: Show quoted text
> 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. =).
I have a fix for this on github: https://github.com/geofffranks/test-mockmodule
Deployed the update for this in v0.06 today.