projects
/
gitmo/moose-presentations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
62e6bee
)
Remove extra close paren
Dave Rolsky [Tue, 3 Aug 2010 12:33:06 +0000 (14:33 +0200)]
moose-class/slides/index.html
patch
|
blob
|
blame
|
history
diff --git
a/moose-class/slides/index.html
b/moose-class/slides/index.html
index
7759fd3
..
df47d7d
100644
(file)
--- a/
moose-class/slides/index.html
+++ b/
moose-class/slides/index.html
@@
-2752,7
+2752,7
@@
duck_type Car => qw( run break_down );</code></pre>
<h1>Subtype Shortcuts - <code>enum</code></h1>
<pre><code>use Moose::Util::TypeConstraints;
-enum Color => qw( red blue green ) );</code></pre>
+enum Color => qw( red blue green );</code></pre>
<hr />