make make_mutable always return $self and alter tests to verify this; update docs...
[gitmo/Moose.git] / xs / Instance.xs
CommitLineData
38bf2a25 1#include "mop.h"
2
3MODULE = Class::MOP::Instance PACKAGE = Class::MOP::Instance
4
5PROTOTYPES: DISABLE
6
7BOOT:
8 INSTALL_SIMPLE_READER(Instance, associated_metaclass);