]> Sergey Matveev's repositories - public-inbox.git/commit
avoid relying on IO::Handle/IO::File autoload
authorEric Wong <e@yhbt.net>
Sun, 26 Jan 2020 10:29:22 +0000 (10:29 +0000)
committerEric Wong <e@yhbt.net>
Tue, 28 Jan 2020 01:49:50 +0000 (01:49 +0000)
commitfb0afdaa35d778c237c40b10216c38e360b248b3
tree83cdfab84a2f40671737638ea53b1e877a05c7e0
parent9689c65f42c0acc9021953b29ce55730c4cd841d
avoid relying on IO::Handle/IO::File autoload

Perl 5.14+ gained the ability to autoload IO::File
(and IO::Handle) on missing methods, so relying on
this breaks under 5.10.1.

There's no reason to load IO::File or IO::Handle
when built-in perlops work fine and are even a hair
faster.
lib/PublicInbox/Qspawn.pm
t/httpd-corner.t
t/import.t