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.
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,