diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-07-02 00:15:41 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-07-02 00:15:41 +0200 |
commit | 9bf5257bb6f0e67d49015941827496586271bede (patch) | |
tree | edc8fe5f36b22b509092395a32e72796efeda85d /pullimap | |
parent | c54903cd6308cf4a56a439ea74d3f8943e5b605c (diff) | |
parent | 95df46e54ce090506cdce1c54616ea849670c2db (diff) |
Merge tag 'upstream/0.5.1' into debian
Upstream version 0.5.1
Diffstat (limited to 'pullimap')
-rwxr-xr-x | pullimap | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -22,7 +22,7 @@ use v5.20.2; use strict; use warnings; -our $VERSION = '0.4'; +our $VERSION = '0.5.1'; my $NAME = 'pullimap'; use Errno 'EINTR'; @@ -31,7 +31,6 @@ use Getopt::Long qw/:config posix_default no_ignore_case gnu_getopt auto_version use List::Util 'first'; use Socket qw/PF_INET PF_INET6 SOCK_STREAM IPPROTO_TCP/; -use lib 'lib'; use Net::IMAP::InterIMAP 0.0.5 qw/xdg_basedir read_config compact_set/; # Clean up PATH |