projects
/
p5sagit/Distar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a3e39af
)
forgot to default the license to perl
Matt S Trout [Wed, 16 Feb 2011 02:52:38 +0000 (
02:52
+0000)]
lib/Distar.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Distar.pm
b/lib/Distar.pm
index
824d294
..
0a1a47c
100644
(file)
--- 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' },
);