diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-01-20 19:55:58 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-01-20 21:33:49 +0100 |
commit | 452ae91f06bec4c21e7ba7b7bc4309b089f7afe3 (patch) | |
tree | 44075bd33bb80daee7ce71e15dc10cafec9dc626 /pullimap | |
parent | dd7edb8eac0c11fb8168f5028c8b6d8706cc8fdb (diff) |
Specify minimum Perl and Net::SSLeay versions.
Diffstat (limited to 'pullimap')
-rwxr-xr-x | pullimap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ use strict; use warnings; +use v5.20.2; our $VERSION = '0.3'; my $NAME = 'pullimap'; |