]> Sergey Matveev's repositories - public-inbox.git/commit
avoid IO::File for anonymous temporary files
authorEric Wong <e@80x24.org>
Sat, 26 Nov 2016 08:52:50 +0000 (08:52 +0000)
committerEric Wong <e@80x24.org>
Sat, 26 Nov 2016 08:52:50 +0000 (08:52 +0000)
commitc008654229a9a693840ed30fadf6930bcd633b71
treedffade86b539d195c04f312c8e3705251e0e0e42
parent57024ca2ae548a103dae12efaaf2f852d2c47e0e
avoid IO::File for anonymous temporary files

We do not need to import IO::File into the main programs
since Perl 5.8+ supports literal "undef" for generating
anonymous temporary file handles.
lib/PublicInbox/GitHTTPBackend.pm
lib/PublicInbox/HTTP.pm
lib/PublicInbox/Spamcheck/Spamc.pm
t/httpd-corner.t