Subject: | No LICENSE in META.yml |
Hi there.
Just reporting that there is no LICENSE declared in your META.yml file, and as a result:
https://metacpan.org/module/Glib::Object::Introspection
# License: unknown
http://api.metacpan.org/release/_search?q=name:Glib-Object-Introspection-0.009&fields=license
"fields" : {
"license" : "unknown"
},
As you are using Extutils::MakeMaker, which I believe only supports Meta-v1 license descriptors, you may wish to add:
LICENSE => 'lgpl'
To the WriteMakeFile code.
Thanks.
More relevant reading:
https://metacpan.org/source/RJBS/Software-License-0.103004/lib/Software/License/LGPL_2_1.pm
https://metacpan.org/source/RJBS/Software-License-0.103004/lib/Software/License/LGPL_3_0.pm
https://metacpan.org/module/Module::Build::API#license