* Moose::Cookbook::Meta::Recipe7
- A new recipe, creating a custom meta-instance class.
+ * Moose::Cookbook::Basics::Recipe5
+ - Fix POD formatting typo
+
0.72 Mon, February 23, 2009
* Moose::Object
* Moose::Meta::Method::Constructor
=> from 'HashRef'
=> via { HTTP::Headers->new( %{$_} ) };
-The first argument to c<coerce> is the type I<to> which we are
+The first argument to C<coerce> is the type I<to> which we are
coercing. Then we give it a set of C<from>/C<via> clauses. The C<from>
function takes some other type name and C<via> takes a subroutine
reference which actually does the coercion.