<div class="slide">
<h1>Introduction to Moose</h1>
- <h2>Dave Rolsky</a>
+ <h2>Dave Rolsky</h2>
</div>
<div class="slide">
<h1>Subtype Shortcuts - <code>role_type</code></h1>
<pre><code>use Moose::Util::TypeConstraints;
-role_type 'Printable';</coe></pre>
+role_type 'Printable';</code></pre>
<hr />
<li>Still experimental-ish, but seeing more and more use</li>
<li><strong>Not</strong> a source filter!</li>
<li>Hooks into the Perl parser rather than filtering all your code</li>
- <li>But not supported by <code>PPI</code>, <code>perltidy</code>, etc.</li> (yet?)
+ <li>But not supported by <code>PPI</code>, <code>perltidy</code>, etc. (yet?)</li>
</ul>
</div>