aboutsummaryrefslogtreecommitdiffstats
path: root/pullimap
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 /pullimap
parentdd7edb8eac0c11fb8168f5028c8b6d8706cc8fdb (diff)
Specify minimum Perl and Net::SSLeay versions.
Diffstat (limited to 'pullimap')
-rwxr-xr-xpullimap1
1 files changed, 1 insertions, 0 deletions
diff --git a/pullimap b/pullimap
index e666114..e044df5 100755
--- a/pullimap
+++ b/pullimap
@@ -21,6 +21,7 @@
use strict;
use warnings;
+use v5.20.2;
our $VERSION = '0.3';
my $NAME = 'pullimap';