Skip Menu |

This queue is for tickets about the Class-LazyObject CPAN distribution.

Report information
The Basics
Id: 14459
Status: new
Priority: 0/
Queue: Class-LazyObject

People
Owner: cpan [...] danonline.net
Requestors: cpan [...] danonline.net
Cc:
AdminCc:

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



Subject: DocBug: UNIVERSAL::isa and UNIVERSAL::can
Currently, UNIVERSAL::isa($a_lazy_object, 'Class::The::Lazy::Object::Inflates::To') is false, though $a_lazy_object->isa will do the right thing. Similarly, UNIVERSAL::can($a_lazy_object, 'method') won't work like it's supposed to, but $a_lazy_object->can will work correctly. This may be fixed in a future release.