projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
aff2941
)
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]
patch
|
blob
diff --git a/lib/Moose/Meta/Instance.pm
b/lib/Moose/Meta/Instance.pm
new file mode 100644
(file)
index 0000000..
393be6d
--- /dev/null
+++ b/
lib/Moose/Meta/Instance.pm
@@ -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";
+
+