From: Tony Cook Date: Tue, 2 Jan 2007 11:06:57 +0000 (+0000) Subject: set the license if EU::MM supports it X-Git-Tag: v0.008~28 X-Git-Url: http://git.imager.perl.org/imager-screenshot.git/commitdiff_plain/770c534e2920b23c826d52e4d313506376c42a16 set the license if EU::MM supports it --- diff --git a/Makefile.PL b/Makefile.PL index 825f090..415a082 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -48,6 +48,10 @@ if ($ExtUtils::MakeMaker::VERSION > 6.06) { $opts{ABSTRACT} = 'Screen/Window capture to Imager images'; } +if ($ExtUtils::MakeMaker::VERSION > 6.06) { + $opts{LICENSE} = 'perl'; +} + WriteMakefile(%opts); my @incs;