From ee4e0457662dba255c54509901d50e3a72cb0ce4 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 28 Oct 2017 02:34:32 +0200 Subject: add more CPAN metadata --- Makefile.PL | 16 ++++++++++++++++ NEWS | 2 ++ 2 files changed, 18 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index a1f3344..70fc9dc 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,5 +9,21 @@ WriteMakefile( VERSION_FROM => 'lib/MDK/Common.pm', ABSTRACT_FROM => 'lib/MDK/Common.pm', AUTHOR => 'Thierry Vignaud ', + LICENSE => 'gpl_2', dist => { COMPRESS => "xz -f" }, + PREREQ_PM => { + 'File::Sync' => '0', + }, + META_MERGE => { + 'meta-spec' => { version => 2 }, + resources => { + repository => { + type => 'git', + url => 'git://git.mageia.org/software/perl/perl-MDK-Common', + web => 'http://gitweb.mageia.org/software/perl/perl-MDK-Common/', + }, + }, + release_status => 'stable' + }, + MIN_PERL_VERSION => '5.008001', ); diff --git a/NEWS b/NEWS index a042e0b..095f8ad 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- add more CPAN metadata + Version 1.2.33 - 28 October 2017, by Thierry Vignaud - add minimal testsuite -- cgit v1.2.1