diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-11-12 05:04:45 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-11-13 06:23:57 +0100 |
commit | ccf90182d04c064bd9327c5e7067ed4b9dc32f41 (patch) | |
tree | ec2ac30fc043028050ae738ebbc2062283136a4b /lib/Net/IMAP | |
parent | 3aa5593af18bd4925235d1820fd0fe7c646843aa (diff) |
Net::IMAP::InterIMAP: Don't export $IMAP_text and $IMAP_cond.
Diffstat (limited to 'lib/Net/IMAP')
-rw-r--r-- | lib/Net/IMAP/InterIMAP.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/IMAP/InterIMAP.pm b/lib/Net/IMAP/InterIMAP.pm index a838dd0..e595060 100644 --- a/lib/Net/IMAP/InterIMAP.pm +++ b/lib/Net/IMAP/InterIMAP.pm @@ -36,7 +36,7 @@ BEGIN { Net::SSLeay::SSLeay_add_ssl_algorithms(); Net::SSLeay::randomize(); - our @EXPORT_OK = qw/xdg_basedir read_config compact_set $IMAP_text $IMAP_cond + our @EXPORT_OK = qw/xdg_basedir read_config compact_set slurp is_dirty has_new_mails/; } |