projects
/
gitmo/Class-MOP.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
6314af8ea7dea389ed579124f8e5f906ff2cf324
[gitmo/Class-MOP.git]
/
xs
/
Attribute.xs
1
#include "mop.h"
2
3
MODULE = Class::MOP::Attribute PACKAGE = Class::MOP::Attribute
4
5
PROTOTYPES: DISABLE
6
7
BOOT:
8
INSTALL_SIMPLE_READER(Attribute, associated_class);
9
INSTALL_SIMPLE_READER(Attribute, associated_methods);