[Moose-commits] r7393 - Moose/branches/moose-manual/lib/Moose/Util

autarch at code2.0beta.co.uk autarch at code2.0beta.co.uk
Mon Jan 26 18:25:57 GMT 2009


Author: autarch
Date: 2009-01-26 10:25:56 -0800 (Mon, 26 Jan 2009)
New Revision: 7393

Modified:
   Moose/branches/moose-manual/lib/Moose/Util/TypeConstraints.pm
Log:
Fix indentation of Role in type hierarchy


Modified: Moose/branches/moose-manual/lib/Moose/Util/TypeConstraints.pm
===================================================================
--- Moose/branches/moose-manual/lib/Moose/Util/TypeConstraints.pm	2009-01-26 16:01:38 UTC (rev 7392)
+++ Moose/branches/moose-manual/lib/Moose/Util/TypeConstraints.pm	2009-01-26 18:25:56 UTC (rev 7393)
@@ -745,7 +745,7 @@
               GlobRef
                 FileHandle
               Object
-                  Role
+                Role
 
 B<NOTE:> Any type followed by a type parameter C<[`a]> can be
 parameterized, this means you can say:




More information about the Moose-commits mailing list