From: Karen Etheridge Date: Sun, 13 Jul 2014 21:34:53 +0000 (-0700) Subject: license is properly "perl_5" X-Git-Tag: v0.002000~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=180e908e0fc0b7c31833da1e89fe3451b39e786e;p=p5sagit%2FDistar.git license is properly "perl_5" --- diff --git a/lib/Distar.pm b/lib/Distar.pm index 6bee4f1..9c70393 100644 --- 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]),