From: Kennedy Clark Date: Wed, 27 May 2009 22:13:18 +0000 (+0000) Subject: Fix very minor typo X-Git-Tag: v5.8005~132 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=d237e058e669077101afa15019782fb538f80e76 Fix very minor typo --- diff --git a/lib/Catalyst/Manual/CatalystAndMoose.pod b/lib/Catalyst/Manual/CatalystAndMoose.pod index fe5ba5b..d3c2120 100644 --- a/lib/Catalyst/Manual/CatalystAndMoose.pod +++ b/lib/Catalyst/Manual/CatalystAndMoose.pod @@ -61,7 +61,7 @@ because it fixes a few important regression against 5.71 =head2 ACCESSORS -Most of the request specific attributes like C<$c->stash>, +Most of the request-specific attributes like C<$c->stash>, C<$c->request> and C<$c->response> have been converted to L attributes but without type constraints, attribute helpers or builder methods. This ensures that Catalyst 5.8 is fully backwards