Make indentation in hierarchy consistent
Dave Rolsky [Thu, 25 Jun 2009 17:20:49 +0000 (12:20 -0500)]
lib/Moose/Util/TypeConstraints.pm

index 7d7da3a..67cc472 100644 (file)
@@ -848,10 +848,10 @@ that hierarchy represented visually.
       Defined
           Value
               Num
-                Int
+                  Int
               Str
-                ClassName
-                RoleName
+                  ClassName
+                  RoleName
           Ref
               ScalarRef
               ArrayRef[`a]
@@ -859,9 +859,9 @@ that hierarchy represented visually.
               CodeRef
               RegexpRef
               GlobRef
-                FileHandle
+                  FileHandle
               Object
-                Role
+                  Role
 
 B<NOTE:> Any type followed by a type parameter C<[`a]> can be
 parameterized, this means you can say: