diff options
Diffstat (limited to 'debian/patches/Ignore-custom-lib-PATH.patch')
-rw-r--r-- | debian/patches/Ignore-custom-lib-PATH.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/Ignore-custom-lib-PATH.patch b/debian/patches/Ignore-custom-lib-PATH.patch index 4d322fb..b956d78 100644 --- a/debian/patches/Ignore-custom-lib-PATH.patch +++ b/debian/patches/Ignore-custom-lib-PATH.patch @@ -9,12 +9,12 @@ Subject: [PATCH] Ignore custom lib PATH. --- a/interimap +++ b/interimap -@@ -31,7 +31,6 @@ use DBD::SQLite::Constants ':file_open'; +@@ -32,7 +32,6 @@ use DBD::SQLite::Constants ':file_open'; use Fcntl qw/F_GETFD F_SETFD FD_CLOEXEC/; use List::Util 'first'; -use lib 'lib'; - use Net::IMAP::InterIMAP 0.0.4 qw/xdg_basedir read_config compact_set/; + use Net::IMAP::InterIMAP 0.0.5 qw/xdg_basedir read_config compact_set/; # Clean up PATH --- a/pullimap @@ -24,6 +24,6 @@ Subject: [PATCH] Ignore custom lib PATH. use Socket qw/PF_INET PF_INET6 SOCK_STREAM/; -use lib 'lib'; - use Net::IMAP::InterIMAP 0.0.4 qw/xdg_basedir read_config compact_set/; + use Net::IMAP::InterIMAP 0.0.5 qw/xdg_basedir read_config compact_set/; # Clean up PATH |