Merge branch 'stable'
[gitmo/Class-MOP.git] / xs / Method.xs
CommitLineData
d846ade3 1#include "mop.h"
2
d846ade3 3MODULE = Class::MOP::Method PACKAGE = Class::MOP::Method
4
5PROTOTYPES: DISABLE
6
7ec7b950 7BOOT:
8 INSTALL_SIMPLE_READER(Method, name);
9 INSTALL_SIMPLE_READER(Method, package_name);
10 INSTALL_SIMPLE_READER(Method, body);