Skip Menu |

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

Report information
The Basics
Id: 24882
Status: resolved
Priority: 0/
Queue: UNIVERSAL-isa

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

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



Subject: Doesn't seem to work.
$ perl -MUNIVERSAL::isa -wle 'UNIVERSAL::isa("Foo", "Bar")' $ perl -MUNIVERSAL::isa -wle 'UNIVERSAL::isa(bless({}, "Foo"), "Bar")' I should think that would generate some warnings.
On Sun Feb 11 14:53:31 2007, MSCHWERN wrote: Show quoted text
> $ perl -MUNIVERSAL::isa -wle 'UNIVERSAL::isa("Foo", "Bar")' > $ perl -MUNIVERSAL::isa -wle 'UNIVERSAL::isa(bless({}, "Foo"), "Bar")' > > I should think that would generate some warnings. >
I think this is related to the fact that the package Foo doesn't exist at that point... chromatic?
Fixed (and tested) in 1.02. Thanks for reporting!