From: Dave Rolsky Date: Thu, 3 Feb 2011 21:23:35 +0000 (-0600) Subject: Add comment about broken code X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2Fmoose-presentations.git;a=commitdiff_plain;h=cbf2305bcc8357a9450403dc9b24ebdc48c10955 Add comment about broken code --- 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' ), );