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