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 --- lib/App/BorgRestore.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/App/BorgRestore.pm') diff --git a/lib/App/BorgRestore.pm b/lib/App/BorgRestore.pm index 1e5dfff..620acba 100644 --- a/lib/App/BorgRestore.pm +++ b/lib/App/BorgRestore.pm @@ -1,5 +1,5 @@ package App::BorgRestore; -use v5.10; +use v5.14; use strict; use warnings; -- cgit v1.2.3-24-g4f1b