projects
/
gitmo/moose-presentations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3258951
)
Improve highlighting on native traits sample code
Dave Rolsky [Fri, 7 Jun 2013 03:50:56 +0000 (22:50 -0500)]
moose-class/slides/index.html
patch
|
blob
|
blame
|
history
diff --git
a/moose-class/slides/index.html
b/moose-class/slides/index.html
index
e3814b7
..
46ac36a
100644
(file)
--- a/
moose-class/slides/index.html
+++ b/
moose-class/slides/index.html
@@
-3294,7
+3294,7
@@
has history => (
<pre><code>package Person;
use Moose;
has _favorite_numbers => (
- traits => [ 'Array' ],
+ <span class="highlight">traits => [ 'Array' ],</span>
isa => 'ArrayRef[Int]',
default => sub { [] },
init_arg => undef,