Add comment about broken code
Dave Rolsky [Thu, 3 Feb 2011 21:23:35 +0000 (15:23 -0600)]
moose-class/slides/index.html

index 6c0e0b0..7df4bcc 100644 (file)
@@ -1810,6 +1810,7 @@ use Moose;
 
 has bank => (
     is      => 'rw',
+    # THIS WILL NOT WORK
     <span class="wrong">default =&gt; Bank-&gt;new(
                    name =&gt; 'Spire FCU' ),</span>
 );</code></pre>