From: Matt S Trout Date: Wed, 16 Feb 2011 02:52:38 +0000 (+0000) Subject: forgot to default the license to perl X-Git-Tag: v0.001000~34 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2f88acd67b8f46e4ab9eba4f858cdc8e406b6d8a;p=p5sagit%2FDistar.git forgot to default the license to perl --- diff --git a/lib/Distar.pm b/lib/Distar.pm index 824d294..0a1a47c 100644 --- a/lib/Distar.pm +++ b/lib/Distar.pm @@ -88,6 +88,7 @@ END sub main::WriteMakefile { my %args = @_; ExtUtils::MakeMaker::WriteMakefile( + LICENSE => 'perl', @_, AUTHOR => our $Author, ABSTRACT_FROM => $args{VERSION_FROM}, test => { TESTS => ($args{test}{TESTS}||'').' xt/*.t' }, );