]> Sergey Matveev's repositories - public-inbox.git/commit
t/edit.t: drop redundant "delete local $ENV{...}"
authorEric Wong <e@80x24.org>
Mon, 16 Dec 2019 08:07:34 +0000 (08:07 +0000)
committerEric Wong <e@80x24.org>
Tue, 17 Dec 2019 02:53:06 +0000 (02:53 +0000)
commit8d801146e36c42175a709bfdc90137fddc5c0862
tree9a9064fe65b0e4c8b953d42dfcde334dcb04169d
parent27eb9c104c8287decadda6b7d2b6966aac545945
t/edit.t: drop redundant "delete local $ENV{...}"

"delete local" is only in Perl v5.11.0, and we only depend on
Perl v5.10.1.  We already localize and delete it as two separate
statements immediately above.

I wish this was hidden behind a "use feature" flag like other
new-fangled things :<.  Oh well, I think the oldest Perl actually
in use for this project is 5.16 (CentOS 7.x).
t/edit.t