Subject: | gpl3 license not recognized |
Date: | Wed, 12 Sep 2012 13:44:52 +0400 |
To: | bug-Module-Build [...] rt.cpan.org |
From: | Victor Efimov <victor [...] vsespb.ru> |
Module::Build v0.4003 reports unknown license, however I specified it as
Software::License::GPL_3,
also does not work with "gpl3"
it works almost fine with "GPL_3", but generates wrong MYMETA.json (
"license: gpl" ), no bug in MYMETA.yml
example of META.yml
---
abstract: 'Amazon Glacier TreeHash algorithm'
author:
- 'Victor Efimov'
configure_requires:
Module::Build: 0.4003
generated_by: 'Module::Build'
license: gpl3
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
name: Net-Amazon-TreeHash
provides:
Net::Amazon::TreeHash:
file: lib/Net/Amazon/TreeHash.pm
version: 0.71
requires:
Digest::SHA: 0
version: 0.71