]> Sergey Matveev's repositories - public-inbox.git/commitdiff
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)
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.


No differences found