license is properly "perl_5"
Karen Etheridge [Sun, 13 Jul 2014 21:34:53 +0000 (14:34 -0700)]
lib/Distar.pm

index 6bee4f1..9c70393 100644 (file)
@@ -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]),