From 650b8ea9fc27afd0096fee2a9cdfa7aead214342 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Wed, 26 Oct 2016 15:44:38 -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 80961da..55e88db 100644 --- a/META.info +++ b/META.info @@ -1,4 +1,5 @@ { + "perl" : "6.*", "name" : "Imlib2", "version" : "0.0.1", "description" : "Perl 6 interface to the Imlib2 image library.",