Subject: | Please provide LICENSE in metadata. |
Long story:
http://blogs.perl.org/users/kentnl_kent_fredric/2012/05/ensure-abstract-and-license-fields-in-your-meta.html
What it basically means I'm asking for:
WriteMakefile(
NAME => 'Any::URI::Escape',
VERSION_FROM => 'lib/Any/URI/Escape.pm',
PREREQ_PM => { 'URI::Escape' => 0 },
ABSTRACT_FROM => 'lib/Any/URI/Escape.pm',
AUTHOR => 'Fred Moyer <fred@redhotpenguin.com>',
+ LICENSE => 'perl',
+ LICENSE => 'perl',
);
Thanks =).