blob: 4a6f43abe6172fd893d108339f0a897dc72619b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
From e37aaa0c5dbf06cafa4ca738f19bab8adc508bd9 Mon Sep 17 00:00:00 2001
From: Guilhem Moulin <guilhem@fripost.org>
Date: Fri, 31 Jul 2015 22:45:42 +0200
Subject: [PATCH] Ignore custom lib PATH.
---
imapsync | 1 -
1 file changed, 1 deletion(-)
diff --git a/imapsync b/imapsync
index a007089..bcb1162 100755
--- a/imapsync
+++ b/imapsync
@@ -28,7 +28,6 @@ use Getopt::Long qw/:config posix_default no_ignore_case gnu_compat
use DBI ();
use List::Util 'first';
-use lib 'lib';
use Net::IMAP::Sync qw/read_config compact_set $IMAP_text $IMAP_cond/;
# Clean up PATH
--
2.5.0
|