summaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-08-10 23:39:56 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-08-10 23:39:56 +0200
commit637cfd1391b2842e1f6af6a4ae0da300fe3b5cab (patch)
tree6e09f62008a0a83b92f6295d1be9920141e956d0 /script
parentce8745aaae7d3c80933cc31839c8e513db4434a5 (diff)
downloadApp-BorgRestore-637cfd1391b2842e1f6af6a4ae0da300fe3b5cab.tar.gz
App-BorgRestore-637cfd1391b2842e1f6af6a4ae0da300fe3b5cab.tar.xz
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 <bluewind@xinu.at>
Diffstat (limited to 'script')
-rwxr-xr-xscript/borg-restore.pl2
1 files changed, 1 insertions, 1 deletions
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;