From: Dave Rolsky Date: Thu, 25 Jun 2009 17:20:49 +0000 (-0500) Subject: Make indentation in hierarchy consistent X-Git-Tag: 0.84~23^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fcb5b0cd3e89d0c91ab95ed9dd0a9bc8d8b04316;p=gitmo%2FMoose.git Make indentation in hierarchy consistent --- diff --git a/lib/Moose/Util/TypeConstraints.pm b/lib/Moose/Util/TypeConstraints.pm index 7d7da3a..67cc472 100644 --- a/lib/Moose/Util/TypeConstraints.pm +++ b/lib/Moose/Util/TypeConstraints.pm @@ -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 Any type followed by a type parameter C<[`a]> can be parameterized, this means you can say: