We only need local $? if we inline calls to DEMOLISH
[gitmo/Moose.git] / xs / Inlined.xs
1 #include "mop.h"
2
3 MODULE = Class::MOP::Method::Inlined   PACKAGE = Class::MOP::Method::Inlined
4
5 PROTOTYPES: DISABLE
6
7 BOOT:
8     INSTALL_SIMPLE_READER(Method::Inlined, _expected_method_class);