From: Dave Rolsky Date: Mon, 29 Jun 2009 15:32:16 +0000 (-0500) Subject: HTML fixes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=68af922fc6de3cf1ed39e68b0f8b36986cd6fe10;p=gitmo%2Fmoose-presentations.git HTML fixes --- diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html index b11b1c6..399d0af 100644 --- a/moose-class/slides/index.html +++ b/moose-class/slides/index.html @@ -2859,6 +2859,7 @@ sub work { ... } +

Typed Methods (High-tech)

@@ -2873,6 +2874,7 @@ sub work { ... } +

Digression: The Type Registry

@@ -2973,6 +2975,7 @@ has transaction_history => ( is => 'rw', isa => ArrayOfInt, ); +

MooseX::Types

@@ -2995,7 +2998,7 @@ has transaction_history => (
  • One more thing to install and learn
  • Every name gets types twice (declared and then defined)
  • Still stuck with strings when referring to class or role names
  • -
  • Coercion gotcha from earlier still applies to types exported from MooseX::Types::Moose
  • +
  • Coercion gotcha from earlier still applies to types exported from MooseX::Types::Moose