Skip Menu |

This queue is for tickets about the Contextual-Return CPAN distribution.

Report information
The Basics
Id: 76500
Status: open
Priority: 0/
Queue: Contextual-Return

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

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



Subject: [patch] fix LICENSE=unknown
 Hi there, was just packaging for gentoo and noticed the LICENSE metadata was missing.

Its not important, but often helpful. 

So, here's a patch for Makefile.PL that should resolve this.

Thanks. 
Subject: LICENSE.patch
--- Makefile.PL 2012-04-12 10:37:52.522609137 +1200 +++ Makefile.PL.new 2012-04-12 10:39:28.663082114 +1200 @@ -7,6 +7,7 @@ AUTHOR => 'Damian Conway <DCONWAY@cpan.org>', VERSION_FROM => 'lib/Contextual/Return.pm', ABSTRACT_FROM => 'lib/Contextual/Return.pm', + LICENSE => 'perl', PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0,
Subject: Re: [rt.cpan.org #76500] [patch] fix LICENSE=unknown
Date: Thu, 12 Apr 2012 19:55:18 +0100
To: bug-Contextual-Return [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Show quoted text
>  Hi there, was just packaging for gentoo and noticed the LICENSE metadata was > missing.
Patch applied. Many thanks! Damian