X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=moose-class%2Fslides%2Findex.html;h=8e7aa6569468608b92c6952a9853b62f9d184b2b;hb=45218088b41b9a52194f6643be141470c2aa99f4;hp=e1e33504393d994cac32ed05128268abcc81166c;hpb=6b24100035035acc3bb86df2c45a2463d09bf3cf;p=gitmo%2Fmoose-presentations.git diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html index e1e3350..8e7aa65 100644 --- a/moose-class/slides/index.html +++ b/moose-class/slides/index.html @@ -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,