aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-05-05 17:24:58 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-05-06 08:11:01 +0200
commitfbb52fc30d93aeafe6efc062fa76dbe83577054d (patch)
tree33fb75b260b3cf1516cb9cc2d9b4f8fe69443c12 /Makefile.PL
parenta61e7d5af413bdc62fa80c71b0b1d93b2d7c590a (diff)
downloadperl-Hal-Cdroms-fbb52fc30d93aeafe6efc062fa76dbe83577054d.tar
perl-Hal-Cdroms-fbb52fc30d93aeafe6efc062fa76dbe83577054d.tar.gz
perl-Hal-Cdroms-fbb52fc30d93aeafe6efc062fa76dbe83577054d.tar.bz2
perl-Hal-Cdroms-fbb52fc30d93aeafe6efc062fa76dbe83577054d.tar.xz
perl-Hal-Cdroms-fbb52fc30d93aeafe6efc062fa76dbe83577054d.zip
status is stable
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index a4bf39e..9ef1a20 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -12,4 +12,8 @@ WriteMakefile(
'CONFIGURE_REQUIRES' => {
'ExtUtils::MakeMaker' => '6.64'
},
+ META_MERGE => {
+ 'meta-spec' => { version => 2 },
+ release_status => 'stable',
+ },
);