[Moose-commits] r7823 - in Moose/trunk: . lib/Moose/Cookbook/Basics
gphat at code2.0beta.co.uk
gphat at code2.0beta.co.uk
Thu Mar 5 20:52:38 GMT 2009
Author: gphat
Date: 2009-03-05 12:52:38 -0800 (Thu, 05 Mar 2009)
New Revision: 7823
Modified:
Moose/trunk/Changes
Moose/trunk/lib/Moose/Cookbook/Basics/Recipe5.pod
Log:
Fix pod formatting typo
Modified: Moose/trunk/Changes
===================================================================
--- Moose/trunk/Changes 2009-03-05 16:44:48 UTC (rev 7822)
+++ Moose/trunk/Changes 2009-03-05 20:52:38 UTC (rev 7823)
@@ -10,6 +10,9 @@
* 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
Modified: Moose/trunk/lib/Moose/Cookbook/Basics/Recipe5.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Basics/Recipe5.pod 2009-03-05 16:44:48 UTC (rev 7822)
+++ Moose/trunk/lib/Moose/Cookbook/Basics/Recipe5.pod 2009-03-05 20:52:38 UTC (rev 7823)
@@ -117,7 +117,7 @@
=> 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.
More information about the Moose-commits
mailing list