Add divider in code
Dave Rolsky [Thu, 3 Feb 2011 21:20:14 +0000 (15:20 -0600)]
moose-class/slides/index.html

index b193f68..25bf289 100644 (file)
@@ -1319,6 +1319,8 @@ with 'Printable';</code></pre>
 
 sub as_string { $_[0]-&gt;first_name() }
 
+...
+
 my $person = Person-&gt;new(
     first_name   =&gt; 'Kenichi',
     last_name    =&gt; 'Asai',