From: Shawn M Moore Date: Sat, 21 Nov 2009 19:29:45 +0000 (-0500) Subject: Fix a grammar error spotted by [rt.cpan.org #51791] (Amir E. Aharoni) X-Git-Tag: 0.93_01~54 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=21ec1978989e3e315bcbeec6b3f308abc1822883;p=gitmo%2FMoose.git Fix a grammar error spotted by [rt.cpan.org #51791] (Amir E. Aharoni) --- diff --git a/Changes b/Changes index 9e38291..cea646e 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,10 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. +0.94 + * Moose::Cookbook::Basics::Recipe4 + - Grammar error [rt.cpan.org #51791] (Amir E. Aharoni) + 0.93 Thu, Nov 19, 2009 * Moose::Object - Calling $object->new() is no longer deprecated, and no longer diff --git a/lib/Moose/Cookbook/Basics/Recipe4.pod b/lib/Moose/Cookbook/Basics/Recipe4.pod index 4e3747e..e2c0d1e 100644 --- a/lib/Moose/Cookbook/Basics/Recipe4.pod +++ b/lib/Moose/Cookbook/Basics/Recipe4.pod @@ -119,7 +119,7 @@ CPAN tools for data validation. Finally, we introduce the C attribute option. -The the C
class we define two subtypes. The first uses the +In the C
class we define two subtypes. The first uses the L module to check the validity of a state. It accepts either a state abbreviation of full name.