Excerpts from Komarov Oleg's message of Sun Feb 14 18:17:07 -0500 2010:
> It turns out that such an object isa 'Moose::Object', but
> Moose::Object::new isn't involved in its creation.

$class->new calls $class->meta->new_object, not the other way around.  You have
confused the lower level interface for the higher level one.

hdp.

Reply via email to