From ee6712d192d2bf0171aa8f1a935a777ed880bca4 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Wed, 26 Oct 2016 17:15:56 -0400 Subject: [PATCH] Add mandatory "perl" META field The `perl` field specifies the minimal perl version for which this distribution can be installed and is a mandatory field. The value of `"6.*"` indicates any version suffices. It is recommended to use [Test::META](https://modules.perl6.org/repo/Test::META) module as an author test, to catch any issues with the META file. --- META.info | 1 + 1 file changed, 1 insertion(+) diff --git a/META.info b/META.info index 07f3823..a840ddf 100644 --- a/META.info +++ b/META.info @@ -1,4 +1,5 @@ { + "perl" : "6.*", "name" : "Benchmark", "version" : "*", "description" : "Benchmark running times of Perl 6 code",