Use bare attr for native delegation example
Dave Rolsky [Thu, 17 Jun 2010 20:05:14 +0000 (15:05 -0500)]
moose-class/slides/index.html

index e1e3350..8e7aa65 100644 (file)
@@ -3415,7 +3415,7 @@ has history => (
 use Moose;
 has _favorite_numbers => (
     traits   => [ 'Array' ],
-    is       => 'ro',
+    is       => 'bare',
     isa      => 'ArrayRef[Int]',
     default  => sub { [] },
     init_arg => undef,