projects
/
gitmo/moose-presentations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f28e0a1
)
Add comment about broken code
Dave Rolsky [Thu, 3 Feb 2011 21:23:35 +0000 (15:23 -0600)]
moose-class/slides/index.html
patch
|
blob
|
blame
|
history
diff --git
a/moose-class/slides/index.html
b/moose-class/slides/index.html
index
6c0e0b0
..
7df4bcc
100644
(file)
--- 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
<span class="wrong">default => Bank->new(
name => 'Spire FCU' ),</span>
);</code></pre>