Add comment about broken code
[gitmo/moose-presentations.git] / 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>