Skip Menu |

This queue is for tickets about the Audio-SndFile CPAN distribution.

Report information
The Basics
Id: 76062
Status: new
Priority: 0/
Queue: Audio-SndFile

People
Owner: Nobody in particular
Requestors: KENTNL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.09
Fixed in: (no value)



Subject: No LICENSE in META.{yml,json}

Hi, just thought I'd point out the "LICENSE" metadata is missing for your module:

 

https://metacpan.org/source/JDIEPEN/Audio-SndFile-0.09/META.json 

"license" : [
      "unknown"
 ],

 

https://metacpan.org/source/JDIEPEN/Audio-SndFile-0.09/META.yml

license: unknown

 

https://metacpan.org/release/Audio-SndFile

If you wish to resolve this problem, I believe all that is required is passing

   LICENSE => 'gpl'    ( or one of the other values from https://metacpan.org/module/Module::Build::API#license )

To WriteMakefile

 

Thanks!