projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8b0f4fa
)
The array instance cannot be inlined - we need to say that explicitly
Dave Rolsky [Fri, 2 Sep 2011 18:06:03 +0000 (13:06 -0500)]
examples/ArrayBasedStorage.pod
patch
|
blob
|
blame
|
history
diff --git
a/examples/ArrayBasedStorage.pod
b/examples/ArrayBasedStorage.pod
index
5c0369c
..
3577b58
100644
(file)
--- a/
examples/ArrayBasedStorage.pod
+++ b/
examples/ArrayBasedStorage.pod
@@
-33,6
+33,8
@@
sub clone_instance {
$self->bless_instance_structure([ @$instance ]);
}
+sub is_inlinable { 0 }
+
# operations on meta instance
sub get_slot_index_map { (shift)->{'slot_index_map'} }