diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-08-10 23:39:56 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-08-10 23:39:56 +0200 |
commit | 637cfd1391b2842e1f6af6a4ae0da300fe3b5cab (patch) | |
tree | 6e09f62008a0a83b92f6295d1be9920141e956d0 /script | |
parent | ce8745aaae7d3c80933cc31839c8e513db4434a5 (diff) | |
download | App-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-x | script/borg-restore.pl | 2 |
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; |