diff options
author | Thierry Vignaud <tvignaud@redhat.com> | 2017-10-20 14:19:29 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-10-27 19:47:48 +0200 |
commit | bd5016bbb6b769d844139e82d4840a61c5f247ec (patch) | |
tree | 43e27d1f97988b9fa5d61f2876ecbee1f5773cdb /Makefile.PL | |
parent | bf40e0449a57821e4c50d3c21e1d8bf6f7d86e03 (diff) | |
download | perl-URPM-bd5016bbb6b769d844139e82d4840a61c5f247ec.tar perl-URPM-bd5016bbb6b769d844139e82d4840a61c5f247ec.tar.gz perl-URPM-bd5016bbb6b769d844139e82d4840a61c5f247ec.tar.bz2 perl-URPM-bd5016bbb6b769d844139e82d4840a61c5f247ec.tar.xz perl-URPM-bd5016bbb6b769d844139e82d4840a61c5f247ec.zip |
add license
"GPL or Artistic" (from historical Mandrake's spec file) => so "perl_5"
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-x | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index 4d05b8c..3ffe216 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -44,6 +44,7 @@ WriteMakefile( NAME => 'URPM', ABSTRACT_FROM => 'URPM.pm', AUTHOR => 'Thierry Vignaud', + LICENSE => 'perl_5', PREREQ_PM => { 'MDV::Packdrakeng' => '1.00', }, |