summaryrefslogtreecommitdiff
path: root/xs/Generated.xs
blob: 57db324afe0599835fbe0cf9dcb69ccc9cc7efce (plain)
1
2
3
4
5
6
7
8
9
#include "mop.h"

MODULE = Class::MOP::Method::Generated   PACKAGE = Class::MOP::Method::Generated

PROTOTYPES: DISABLE

BOOT:
    INSTALL_SIMPLE_READER(Method::Generated, is_inline);
    INSTALL_SIMPLE_READER(Method::Generated, definition_context);