diff options
-rwxr-xr-x | interimap | 1 | ||||
-rwxr-xr-x | pullimap | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -29,7 +29,6 @@ use DBI (); use Fcntl qw/F_GETFD F_SETFD FD_CLOEXEC/; use List::Util 'first'; -use lib 'lib'; use Net::IMAP::InterIMAP qw/read_config compact_set/; # Clean up PATH @@ -30,7 +30,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/; -use lib 'lib'; use Net::IMAP::InterIMAP qw/read_config compact_set/; my %CONFIG; |