Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Simple CPAN distribution.

Report information
The Basics
Id: 20890
Status: resolved
Priority: 0/
Queue: Test-Simple

People
Owner: Nobody in particular
Requestors: adamk [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.63
Fixed in: (no value)



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.
On Tue Aug 08 09:53:48 2006, ADAMK wrote: Show quoted text
> 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.
Fixed in the repo, will be in the next version.