Skip Menu |

This queue is for tickets about the Mail-Sendmail CPAN distribution.

Report information
The Basics
Id: 65518
Status: open
Priority: 0/
Queue: Mail-Sendmail

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

Bug Information
Severity: Wishlist
Broken in: 0.79_16
Fixed in: 0.80



Adding 'LICENSE' => 'perl' to Makefile.PL (as attached) will make the license of Mail-SendMail explicit on CPAN.
Subject: add-license-to-makefile.patch
diff --git a/Makefile.PL b/Makefile.PL index 4667f53..43f9c53 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,6 +2,7 @@ use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( + 'LICENSE' => 'perl', 'NAME' => 'Mail::Sendmail', 'VERSION_FROM' => 'Sendmail.pm', # finds $VERSION 'dist' => { COMPRESS=>"gzip", SUFFIX=>"gz" },