Documenting that 'has' comes before 'with' when satisfying role requirements - part II
rodrigolive [Wed, 2 Sep 2009 23:37:00 +0000 (01:37 +0200)]
lib/Moose/Manual/Roles.pod

index 45265e4..888a238 100644 (file)
@@ -188,7 +188,7 @@ I<before> the C<with> function that composes the role.
 
   has 'stress' => ( 
       is  => 'rw',
-         isa => 'Int',
+      isa => 'Int',
   );
 
   with 'Breakable';