forgot to add Moose::Meta::Instance
Yuval Kogman [Sun, 30 Apr 2006 13:01:30 +0000 (13:01 +0000)]
lib/Moose/Meta/Instance.pm [new file with mode: 0644]

diff --git a/lib/Moose/Meta/Instance.pm b/lib/Moose/Meta/Instance.pm
new file mode 100644 (file)
index 0000000..393be6d
--- /dev/null
@@ -0,0 +1,13 @@
+
+package Moose::Meta::Instance;
+
+use strict;
+use warnings;
+
+
+our $VERSION = '0.05';
+
+use base "Class::MOP::Instance";
+use base "Class::MOP::Instance::Inlinable";
+
+