summaryrefslogtreecommitdiffstats
path: root/lib/App/BorgRestore.pm
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 /lib/App/BorgRestore.pm
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 'lib/App/BorgRestore.pm')
-rw-r--r--lib/App/BorgRestore.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/BorgRestore.pm b/lib/App/BorgRestore.pm
index 1e5dfff..620acba 100644
--- a/lib/App/BorgRestore.pm
+++ b/lib/App/BorgRestore.pm
@@ -1,5 +1,5 @@
package App::BorgRestore;
-use v5.10;
+use v5.14;
use strict;
use warnings;