From 637cfd1391b2842e1f6af6a4ae0da300fe3b5cab Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 10 Aug 2017 23:39:56 +0200 Subject: Bump minimal perl version to 5.14 Function::Parameters requires >=5.14 so we can bump our version as well. Signed-off-by: Florian Pritz --- META.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'META.json') diff --git a/META.json b/META.json index 0ad3d4d..67652ac 100644 --- a/META.json +++ b/META.json @@ -51,7 +51,7 @@ "Log::Any" : "0", "Log::Any::Adapter::Log4perl" : "0", "Log::Log4perl" : "0", - "perl" : "v5.10.0" + "perl" : "v5.14.0" } }, "test" : { -- cgit v1.2.3-24-g4f1b