convert the rest of the simple readers in cmop to xs
[gitmo/Class-MOP.git] / xs / Inlined.xs
CommitLineData
53362bcb 1#include "mop.h"
2
3MODULE = Class::MOP::Method::Inlined PACKAGE = Class::MOP::Method::Inlined
4
5PROTOTYPES: DISABLE
6
7BOOT:
8 INSTALL_SIMPLE_READER(Method::Inlined, _expected_method_class);