projects
/
gitmo/moose-presentations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
de66848
)
Use the right variable in a builder
Shawn M Moore [Sun, 21 Jun 2009 18:22:29 +0000 (14:22 -0400)]
moose-class/slides/index.html
patch
|
blob
|
blame
|
history
diff --git
a/moose-class/slides/index.html
b/moose-class/slides/index.html
index
2a1be67
..
e2d373d
100644
(file)
--- a/
moose-class/slides/index.html
+++ b/
moose-class/slides/index.html
@@
-1914,7
+1914,7
@@
sub _build_shoes {
my $self = shift;
return Shoes->new(
- size => <span class="highlight">$_[0]->shoe_size</span> );
+ size => <span class="highlight">$self->shoe_size</span> );
}</code></pre>
</div>