diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-05-05 17:24:58 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-05-06 08:11:01 +0200 |
commit | fbb52fc30d93aeafe6efc062fa76dbe83577054d (patch) | |
tree | 33fb75b260b3cf1516cb9cc2d9b4f8fe69443c12 | |
parent | a61e7d5af413bdc62fa80c71b0b1d93b2d7c590a (diff) | |
download | perl-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
-rw-r--r-- | Makefile.PL | 4 |
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', + }, ); |