diff options
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; |