diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-11-11 00:20:26 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-11-13 06:23:57 +0100 |
commit | 23046d58204e636880ff4412e52799e0c06065b4 (patch) | |
tree | dbb96f6509bd590aa4cf1ccf098c0a3fd2437b15 /lib/Net/IMAP/InterIMAP.pm | |
parent | 7bf1b61dcf4eacc4e9d7a23fbe3050495990f8d9 (diff) |
Bump minimum Perl for Net::IMAP::InterIMAP to v5.20.
We're using s///r which was introduced in 5.14, and hash slices which
were introduced in 5.20.
Diffstat (limited to 'lib/Net/IMAP/InterIMAP.pm')
-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 b4d8bec..c25df27 100644 --- a/lib/Net/IMAP/InterIMAP.pm +++ b/lib/Net/IMAP/InterIMAP.pm @@ -17,7 +17,7 @@ #---------------------------------------------------------------------- package Net::IMAP::InterIMAP v0.0.5; -use v5.10.0; +use v5.20.0; use warnings; use strict; |