aboutsummaryrefslogtreecommitdiffstats
path: root/interimap
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2019-01-20 19:55:58 +0100
committerGuilhem Moulin <guilhem@fripost.org>2019-01-20 21:33:49 +0100
commit452ae91f06bec4c21e7ba7b7bc4309b089f7afe3 (patch)
tree44075bd33bb80daee7ce71e15dc10cafec9dc626 /interimap
parentdd7edb8eac0c11fb8168f5028c8b6d8706cc8fdb (diff)
Specify minimum Perl and Net::SSLeay versions.
Diffstat (limited to 'interimap')
-rwxr-xr-xinterimap1
1 files changed, 1 insertions, 0 deletions
diff --git a/interimap b/interimap
index 0f34bf9..41a0cb9 100755
--- a/interimap
+++ b/interimap
@@ -18,6 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#----------------------------------------------------------------------
+use v5.14.2;
use strict;
use warnings;