convert the rest of the simple readers in cmop to xs
[gitmo/Class-MOP.git] / xs / Instance.xs
CommitLineData
53362bcb 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);