From 5d5ad113d61643ff1fcabe27786bc768889bb4e1 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Wed, 26 Oct 2016 18:48:48 -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 a61a86f..bf4430c 100644 --- a/META.info +++ b/META.info @@ -1,4 +1,5 @@ { + "perl" : "6.*", "name" : "Web::Scraper", "version" : "0.1.0", "description" : "Similar to Web::Scraper for Perl5 with some other cool stuff, duh",