From 5ac2026f7eed78958d69d051e7a8e993dcf51205 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Sat, 6 Jun 2015 17:50:16 +0000 Subject: Moose-2.1405 --- xs/Instance.xs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 xs/Instance.xs (limited to 'xs/Instance.xs') diff --git a/xs/Instance.xs b/xs/Instance.xs new file mode 100644 index 0000000..944caed --- /dev/null +++ b/xs/Instance.xs @@ -0,0 +1,8 @@ +#include "mop.h" + +MODULE = Class::MOP::Instance PACKAGE = Class::MOP::Instance + +PROTOTYPES: DISABLE + +BOOT: + INSTALL_SIMPLE_READER(Instance, associated_metaclass); -- cgit v1.2.1