...
}</code></pre>
+</div>
<div class="slide">
<h1>Typed Methods (High-tech)</h1>
...
}</code></pre>
+</div>
<div class="slide">
<h1>Digression: The Type Registry</h1>
is => 'rw',
isa => ArrayOfInt,
);</code></pre>
+</div>
<div class="slide">
<h1>MooseX::Types</h1>
<li><span class="wrong">One more thing to install and learn</span></li>
<li><span class="wrong">Every name gets types twice (declared and then defined)</span></li>
<li><span class="wrong">Still stuck with strings when referring to class or role names</span></li>
- <li><span class="wrong">Coercion gotcha from earlier still applies to types exported from <code>MooseX::Types::Moose<?code></span></li>
+ <li><span class="wrong">Coercion gotcha from earlier still applies to types exported from <code>MooseX::Types::Moose</code></span></li>
</ul>
</div>