stop using excludes within moose, since it's no longer necessary
[gitmo/Moose.git] / xs / Instance.xs
1 #include "mop.h"
2
3 MODULE = Class::MOP::Instance   PACKAGE = Class::MOP::Instance
4
5 PROTOTYPES: DISABLE
6
7 BOOT:
8     INSTALL_SIMPLE_READER(Instance, associated_metaclass);