From 384a31d5081a4ee281bd9d0bb393c738a8263c3f Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Wed, 26 Oct 2016 18:48:12 -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 cdaed15..333480e 100644 --- a/META.info +++ b/META.info @@ -1,4 +1,5 @@ { + "perl" : "6.*", "name" : "Pluggable", "version" : "0.1.0", "description" : "Helper role to find plugins for your module",