From: Jesse Luehrs Date: Mon, 14 Sep 2009 05:19:15 +0000 (-0500) Subject: we removed the Role type constraint X-Git-Tag: 0.90~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d44cec36ff56ad40e5eabc6bacc3634c9f5280d8;p=gitmo%2FMoose.git we removed the Role type constraint --- diff --git a/lib/Moose/Manual/Types.pod b/lib/Moose/Manual/Types.pod index 391083c..d4f5579 100644 --- a/lib/Moose/Manual/Types.pod +++ b/lib/Moose/Manual/Types.pod @@ -53,7 +53,6 @@ The basic Moose type hierarchy looks like this GlobRef FileHandle Object - Role In practice, the only difference between C and C is conceptual. C is used as the top-level type in the hierarchy.