projects
/
gitmo/moose-presentations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
aadb685
)
Use ro for first attribute shown
Dave Rolsky [Thu, 3 Feb 2011 21:10:52 +0000 (15:10 -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
678bd94
..
87a378b
100644
(file)
--- a/
moose-class/slides/index.html
+++ b/
moose-class/slides/index.html
@@
-155,7
+155,7
@@
img#me05 {top: 43px;left: 36px;}
<pre><code>package Person;
use Moose;
-<span class="highlight">has first_name => ( is => 'rw' );</span></code></pre>
+<span class="highlight">has first_name => ( is => 'ro' );</span></code></pre>
</div>