From abb09fac8787c3444f45cf8cc06386dd75719a01 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 1 Jul 2017 19:55:55 +0200 Subject: Specify minimum required Perl versions. --- client | 1 + 1 file changed, 1 insertion(+) (limited to 'client') diff --git a/client b/client index f0778d5..a0b5dfa 100755 --- a/client +++ b/client @@ -18,6 +18,7 @@ # along with this program. If not, see . #---------------------------------------------------------------------- +use v5.14.2; use strict; use warnings; -- cgit v1.2.3