From: Matt S Trout Date: Thu, 12 Nov 2015 01:43:38 +0000 (+0000) Subject: fixup speling erors X-Git-Tag: 0.090103~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=03eb666ac5845c0290b83e294bf6f2b7fd4dd728 fixup speling erors --- diff --git a/lib/Catalyst/Delta.pod b/lib/Catalyst/Delta.pod index bfed979..32a4fe9 100755 --- a/lib/Catalyst/Delta.pod +++ b/lib/Catalyst/Delta.pod @@ -10,12 +10,12 @@ Catalyst releases. =head2 VERSION 5.90102 - 5.90103 A significant change is that we now preserve the value of $c->state from action -to follwoing action. This gives you a new way to pass a value between actions +to following action. This gives you a new way to pass a value between actions in a chain, for example. However any 'auto' actions always have $c->state forced to be set to 0, which is the way its been for a long time, this way an auto action is required to return 1 to pass the match. It also exists to maintain compatibility with anyone that exits an auto action with a detach (which is not a -documented way to excape matching, but exists in the wild since it worked as a +documented way to escape matching, but exists in the wild since it worked as a side effect of the code for a long time). Additionally, upon $c->detach we also force set state to 0.