Subject: | No LICENSE in META.yml |
Hi there,
Just thought I'd point out that the LICENSE field in your META.yml on CPAN is presently "unknown".
Just thought I'd point out that the LICENSE field in your META.yml on CPAN is presently "unknown".
https://metacpan.org/source/DMUEY/File-Path-Tiny-0.2/META.yml
All that should be required to resolve this issue is adding :
LICENSE => 'perl',
to Makefile.PL
And this will fix up the display of the "License" field on the left of this page: https://metacpan.org/module/File::Path::Tiny
Thanks!.