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(-) -- unsubscribe: one-click, see List-Unsubscribe header archive: https://public-inbox.org/meta/
