we removed the Role type constraint
Jesse Luehrs [Mon, 14 Sep 2009 05:19:15 +0000 (00:19 -0500)]
lib/Moose/Manual/Types.pod

index 391083c..d4f5579 100644 (file)
@@ -53,7 +53,6 @@ The basic Moose type hierarchy looks like this
               GlobRef
                 FileHandle
               Object
-                Role
 
 In practice, the only difference between C<Any> and C<Item> is
 conceptual. C<Item> is used as the top-level type in the hierarchy.