XS() was changed to imply static linkage - adapt
[gitmo/Moose.git] / xs / Method.xs
1 #include "mop.h"
2
3 MODULE = Class::MOP::Method   PACKAGE = Class::MOP::Method
4
5 PROTOTYPES: DISABLE
6
7 BOOT:
8     INSTALL_SIMPLE_READER(Method, name);
9     INSTALL_SIMPLE_READER(Method, package_name);
10     INSTALL_SIMPLE_READER(Method, body);