projects
/
gitmo/moose-presentations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
74c87c2
)
Add divider in code
Dave Rolsky [Thu, 3 Feb 2011 21:20:14 +0000 (15:20 -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
b193f68
..
25bf289
100644
(file)
--- a/
moose-class/slides/index.html
+++ b/
moose-class/slides/index.html
@@
-1319,6
+1319,8
@@
with 'Printable';</code></pre>
sub as_string { $_[0]->first_name() }
+...
+
my $person = Person->new(
first_name => 'Kenichi',
last_name => 'Asai',