Skip Menu |

This queue is for tickets about the MetaCPAN-Clients CPAN distribution.

Report information
The Basics
Id: 86918
Status: resolved
Priority: 0/
Queue: MetaCPAN-Clients

People
Owner: Nobody in particular
Requestors: victor [...] vsespb.ru
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: metacpan_meta.pl does not distinct "open_source" license
example: http://search.cpan.org/~vsespb/App-MtAws-0.972/ metacpan_meta.pl 1000 VSESPB Total asked for: 1000 Total received : 2 License found: 1, missing 1 Repos missing: 1 ---------------------------------------- $VAR1 = { 'github_https' => 1 }; $VAR1 = { 'open_source' => 1 }; missing_licenses: $VAR1 = [ [ 'Net-Amazon-TreeHash', 'VSESPB' ] ]; missing_repo: $VAR1 = [ [ 'Net-Amazon-TreeHash', 'VSESPB' ] ]; 'open_source" should have been named "unknown open source license" instead. It does not clarify which open source license is used.
This is not really the purpose of this script, but I added the code and it will be in the next release.