projects
/
gitmo/moose-presentations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
92559e0
)
Use 5.12.0 instead of 5.10.0
Dave Rolsky [Thu, 3 Feb 2011 21:50:29 +0000 (15:50 -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
c8c2e21
..
01f0f5e
100644
(file)
--- a/
moose-class/slides/index.html
+++ b/
moose-class/slides/index.html
@@
-3508,7
+3508,7
@@
Iterate til this passes all its tests</pre>
<h1>MooseX::Declare</h1>
<pre><code>use MooseX::Declare;
-use 5.10.0; # for say
+use 5.12.0; # for say
class Person {
has greeting =>