summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2017-10-28 02:34:32 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2017-10-28 02:34:32 +0200
commitee4e0457662dba255c54509901d50e3a72cb0ce4 (patch)
treedb45ebd32963b2853ad1932ab63e16808a54678e
parent9f86cc391f8515dbb537ccf54fe503e722db3038 (diff)
downloadperl-MDK-Common-ee4e0457662dba255c54509901d50e3a72cb0ce4.tar
perl-MDK-Common-ee4e0457662dba255c54509901d50e3a72cb0ce4.tar.gz
perl-MDK-Common-ee4e0457662dba255c54509901d50e3a72cb0ce4.tar.bz2
perl-MDK-Common-ee4e0457662dba255c54509901d50e3a72cb0ce4.tar.xz
perl-MDK-Common-ee4e0457662dba255c54509901d50e3a72cb0ce4.zip
add more CPAN metadata
-rwxr-xr-xMakefile.PL16
-rw-r--r--NEWS2
2 files changed, 18 insertions, 0 deletions
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 <thierry.vignaud@gmail.com>',
+ 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