Merge the topic/mi-methods-attributes branch.
[gitmo/Class-MOP.git] / xs / Attribute.xs
diff --git a/xs/Attribute.xs b/xs/Attribute.xs
deleted file mode 100644 (file)
index 0375cb4..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "mop.h"
-
-MODULE = Class::MOP::Attribute   PACKAGE = Class::MOP::Attribute
-
-PROTOTYPES: DISABLE
-
-BOOT:
-    INSTALL_SIMPLE_READER(Attribute, name);