Add another MOOSE_TEST_MD option, MooseX
[gitmo/Moose.git] / xs / Generated.xs
CommitLineData
38bf2a25 1#include "mop.h"
2
3MODULE = Class::MOP::Method::Generated PACKAGE = Class::MOP::Method::Generated
4
5PROTOTYPES: DISABLE
6
7BOOT:
8 INSTALL_SIMPLE_READER(Method::Generated, is_inline);
9 INSTALL_SIMPLE_READER(Method::Generated, definition_context);