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

index 5c0369c..3577b58 100644 (file)
@@ -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'} }