unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fix Perl 5.10.1 compatibility
@ 2021-02-22 21:38 Eric Wong
  2021-02-22 21:38 ` [PATCH 1/2] treewide: avoid "delete local" construct on hashes Eric Wong
  2021-02-22 21:38 ` [PATCH 2/2] lei: avoid needless env passing to subcommands Eric Wong
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Wong @ 2021-02-22 21:38 UTC (permalink / raw)
  To: meta

Apparently, the "delete local" construct I've been using
for hashes is only in Perl 5.12+.  Stop using it, for now.

On a side note, it may be worth switching to Perl 5.12 since
"use v5.12" implies "use strict" and loads one less file...

Eric Wong (2):
  treewide: avoid "delete local" construct on hashes
  lei: avoid needless env passing to subcommands

 lib/PublicInbox/ExtSearchIdx.pm |  3 ++-
 lib/PublicInbox/Import.pm       |  4 ++--
 lib/PublicInbox/LEI.pm          | 10 ++++------
 lib/PublicInbox/LeiMirror.pm    |  6 +++---
 lib/PublicInbox/LeiToMail.pm    |  4 ++--
 lib/PublicInbox/LeiXSearch.pm   |  4 ++--
 lib/PublicInbox/Spawn.pm        |  5 ++---
 lib/PublicInbox/TestCommon.pm   |  9 +++++----
 t/spawn.t                       |  6 ++++++
 9 files changed, 28 insertions(+), 23 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-22 21:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-22 21:38 [PATCH 0/2] fix Perl 5.10.1 compatibility Eric Wong
2021-02-22 21:38 ` [PATCH 1/2] treewide: avoid "delete local" construct on hashes Eric Wong
2021-02-22 21:38 ` [PATCH 2/2] lei: avoid needless env passing to subcommands 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).