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 --- script/borg-restore.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script') diff --git a/script/borg-restore.pl b/script/borg-restore.pl index 85fc4d4..c349df0 100755 --- a/script/borg-restore.pl +++ b/script/borg-restore.pl @@ -125,7 +125,7 @@ See LICENSE for the full license text. =cut -use v5.10; +use v5.14; use App::BorgRestore; use App::BorgRestore::Borg; -- cgit v1.2.3-24-g4f1b