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.