forgot to default the license to perl
Matt S Trout [Wed, 16 Feb 2011 02:52:38 +0000 (02:52 +0000)]
lib/Distar.pm

index 824d294..0a1a47c 100644 (file)
@@ -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' },
     );