diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-04-26 18:03:28 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-04-26 18:03:28 +0200 |
commit | d3bcc2e368e7399af664812cbd67df1dc827d58b (patch) | |
tree | 2e18a43667b5925a92994256ca42990af3287a45 /lib/Net | |
parent | 0f59b28af90a81033afd27589e23c6e8e2a9791c (diff) |
Diffstat (limited to 'lib/Net')
-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 55a18a0..10162c7 100644 --- a/lib/Net/IMAP/InterIMAP.pm +++ b/lib/Net/IMAP/InterIMAP.pm @@ -16,7 +16,7 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. #---------------------------------------------------------------------- -package Net::IMAP::InterIMAP v0.5.7; +package Net::IMAP::InterIMAP v0.5.8; use v5.20.0; use warnings; use strict; |