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" },