Subject: | _is_fh does not call UNIVERSAL::methods as methods |
Test::Builder::_is_fh uses UNIVERSAL::(isa|can) to determine
isa('IO::Handle') rather than doing it as a method, which is ultimately
what it should do.
I'm trying to copy _is_fh and make this and other fixes in
Params::Util::_HANDLE.