projects
/
p5sagit/Distar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
033544b
)
license is properly "perl_5"
Karen Etheridge [Sun, 13 Jul 2014 21:34:53 +0000 (14:34 -0700)]
lib/Distar.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Distar.pm
b/lib/Distar.pm
index
6bee4f1
..
9c70393
100644
(file)
--- a/
lib/Distar.pm
+++ b/
lib/Distar.pm
@@
-122,7
+122,7
@@
sub run_preflight {
sub new {
my ($class, $args) = @_;
return $class->SUPER::new({
- LICENSE => 'perl',
+ LICENSE => 'perl_5',
MIN_PERL_VERSION => '5.006',
%$args,
AUTHOR => ($MM_VER >= 6.5702 ? $Distar::Author : $Distar::Author->[0]),