From: Shawn M Moore Date: Mon, 14 Sep 2009 06:16:50 +0000 (+0900) Subject: TypeConstraints not TypeConstraint X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fjapanese;p=gitmo%2Fmoose-presentations.git TypeConstraints not TypeConstraint --- diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html index c3adb90..0163710 100644 --- a/moose-class/slides/index.html +++ b/moose-class/slides/index.html @@ -2853,7 +2853,7 @@ has favorite_numbers => (

More Droppings

package Person;
@@ -2908,7 +2908,7 @@ sub work {
   

Digression: The Type Registry

    -
  • Types are actually Moose::Meta::TypeConstraint objects
  • +
  • Types are actually Moose::Meta::TypeConstraints objects
  • Stored in an interpreter-global registry mapping names to objects