Skip Menu |

This queue is for tickets about the UNIVERSAL-can CPAN distribution.

Report information
The Basics
Id: 14477
Status: resolved
Priority: 0/
Queue: UNIVERSAL-can

People
Owner: chromatic [...] cpan.org
Requestors: d.rowles [...] outcometechnologies.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.00
Fixed in: (no value)



Subject: UNIVERSAL::can broken
The following code dies on perl 5.8.3:- #! perl use strict; use warnings; # UNCOMMENT THIS LINE TO SEE THIS CODE BREAK #use Test::MockObject; if(UNIVERSAL::isa("" => "ARRAY")) { print "YES\n"; } else { print "NO\n"; }
I could never reproduce this, but I think it was a bug in UNIVERSAL::isa instead. Fortunately, if I'm right, the latest stable version of UNIVERSAL::isa should have fixed it. Please feel free to reply if it is still incorrect.