Skip Menu |

This queue is for tickets about the URI-Escape-XS CPAN distribution.

Report information
The Basics
Id: 78738
Status: resolved
Priority: 0/
Queue: URI-Escape-XS

People
Owner: Nobody in particular
Requestors: KENTNL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.08
Fixed in: (no value)



Subject: Please provide LICENSE in metadata.

The long of it:  

   http://blogs.perl.org/users/kentnl_kent_fredric/2012/05/ensure-abstract-and-license-fields-in-your-meta.html

The short of it:

WriteMakefile(
    NAME                => 'URI::Escape::XS',
    AUTHOR              => 'Dan Kogai <dankogai@dan.co.jp>',
    VERSION_FROM        => 'lib/URI/Escape/XS.pm',
    ABSTRACT_FROM       => 'lib/URI/Escape/XS.pm',
+      LICENSE => 'perl',
    PL_FILES            => {},
    PREREQ_PM => {
        'Test::More' => 0,
    },
    dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
    clean               => { FILES => 'URI-Escape-XS-*' },
);

Thanks in advance =).

Thank you. Fixed accordingly. Dan the Maintainer Thereof On Thu Aug 02 09:37:42 2012, KENTNL wrote: Show quoted text
> The long of it: > > http://blogs.perl.org/users/kentnl_kent_fredric/2012/05/ensure- > abstract-and-license-fields-in-your-meta.html > > The short of it: > > WriteMakefile( NAME => 'URI::Escape::XS', AUTHOR => 'Dan Kogai > <dankogai@dan.co.jp>', VERSION_FROM => 'lib/URI/Escape/XS.pm', > ABSTRACT_FROM => > 'lib/URI/Escape/XS.pm', > + LICENSE => 'perl', PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, > }, dist > => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => > 'URI-Escape-XS-*' },); > > Thanks in advance =).