projects
/
gitmo/moose-presentations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b4d2756
)
reader and writer being the same method does not work
Shawn M Moore [Sun, 21 Jun 2009 18:21:39 +0000 (14:21 -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
4c0ffb8
..
ea20e48
100644
(file)
--- a/
moose-class/slides/index.html
+++ b/
moose-class/slides/index.html
@@
-2064,8
+2064,7
@@
has '<span class="highlight">+first_name</span>' => (
use Moose;
has first_name => (
- <span class="highlight">reader</span> => 'first_name',
- <span class="highlight">writer</span> => 'first_name',
+ <span class="highlight">accessor</span> => 'first_name',
);</code></pre>
<ul>