X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=moose-class%2Fslides%2Findex.html;h=7df4bccfed376bb51a3a5ebb063384776b34ad03;hb=cbf2305bcc8357a9450403dc9b24ebdc48c10955;hp=6c0e0b0cdf7d566016517118d200fe90af3307e5;hpb=f28e0a12c2f3f8d2380386202bd2d35fee215086;p=gitmo%2Fmoose-presentations.git diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html index 6c0e0b0..7df4bcc 100644 --- a/moose-class/slides/index.html +++ b/moose-class/slides/index.html @@ -1810,6 +1810,7 @@ use Moose; has bank => ( is => 'rw', + # THIS WILL NOT WORK default => Bank->new( name => 'Spire FCU' ), );