X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-MOP.git;a=blobdiff_plain;f=xs%2FAttribute.xs;fp=xs%2FAttribute.xs;h=6314af8ea7dea389ed579124f8e5f906ff2cf324;hp=0000000000000000000000000000000000000000;hb=53362bcb1b32d87630190fbf50679dc37bb51adf;hpb=0c00ef84aff494ca3505de93298226ccac5cc663 diff --git a/xs/Attribute.xs b/xs/Attribute.xs new file mode 100644 index 0000000..6314af8 --- /dev/null +++ b/xs/Attribute.xs @@ -0,0 +1,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);