unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH] li2wrap: use Perl v5.12
@ 2023-07-13  9:48 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2023-07-13  9:48 UTC (permalink / raw)
  To: meta

No sense in leaving strictness off here, and it's not affected
by the `unicode_strings' feature.
---
 lib/PublicInbox/LI2Wrap.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/PublicInbox/LI2Wrap.pm b/lib/PublicInbox/LI2Wrap.pm
index 204850a6..d4792b25 100644
--- a/lib/PublicInbox/LI2Wrap.pm
+++ b/lib/PublicInbox/LI2Wrap.pm
@@ -5,7 +5,7 @@
 # Remove this when supported LTS/enterprise distros are all
 # Linux::Inotify2 >= 2.3
 package PublicInbox::LI2Wrap;
-use v5.10.1;
+use v5.12;
 our @ISA = qw(Linux::Inotify2);
 
 sub wrapclose {

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-13  9:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-13  9:48 [PATCH] li2wrap: use Perl v5.12 Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).