Subject: | Please specify LICENSE and ABSTRACT in META.* |
http://blogs.perl.org/users/kentnl_kent_fredric/2012/05/ensure-abstract-and-license-fields-in-your-meta.html
https://metacpan.org/source/KMELTZ/Apache-Htpasswd-1.9/META.yml#L4
https://metacpan.org/source/KMELTZ/Apache-Htpasswd-1.9/META.yml#L6
https://metacpan.org/source/KMELTZ/Apache-Htpasswd-1.9/META.yml#L4
https://metacpan.org/source/KMELTZ/Apache-Htpasswd-1.9/META.yml#L6
I believe, all this requires is:
Makefile.PL :
+ ABSTRACT => 'Manage Unix crypt-style password file',
+ LICENSE => 'perl',
Thanks in advance.