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