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

MODULE = Class::MOP::Attribute   PACKAGE = Class::MOP::Attribute

PROTOTYPES: DISABLE

BOOT:
    INSTALL_SIMPLE_READER(Attribute, associated_class);
    INSTALL_SIMPLE_READER(Attribute, associated_methods);