diff options
-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', + }, ); |