Subject: | Typo in Manual::Intro |
s/consumer other roles/consume other roles/
By the way, let me know if you have a different preferred way of receiving patches.
Thanks - this library looks great so far.
-mstratman
Subject: | intro_type.patch |
diff --git lib/Chloro/Manual/Intro.pod lib/Chloro/Manual/Intro.pod
index 3057131..bd379a2 100644
--- lib/Chloro/Manual/Intro.pod
+++ lib/Chloro/Manual/Intro.pod
@@ -12,7 +12,7 @@ C<use Chloro>.
When you C<use Chloro>, your class is a form. A form class automatically
consumes the L<Chloro::Role::Form> role. Since you're still using Moose, you
-can inherit from other classes, define attributes, consumer other roles, etc.
+can inherit from other classes, define attributes, consume other roles, etc.
You can also C<use Chloro> in a role, and then compose those form roles into
form classes.