From: John Napiorkowski Date: Thu, 29 Oct 2015 20:11:25 +0000 (-0500) Subject: resolved X-Git-Tag: v1.20~2^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=commitdiff_plain;h=d6e51ea1ee172f9a7970f6d7523d6d14764b9105;hp=86c334d760d716a1acb925318db60bab215064e9 resolved --- diff --git a/Changes b/Changes index 88e2828..bed7442 100644 --- a/Changes +++ b/Changes @@ -2,10 +2,6 @@ Revision history for {{$dist->name}} {{$NEXT}} -1.20 2015-10-29 15:00:00 EST - - Make Catalyst::Action::SerializeBase respect Vary headers if previously - set by your controller - 1.19 2015-02-06 09:40:02-06:00 America/Chicago - Make LWP a test dep instead of a hard dep (Fixes GH#3, thanks Alexander diff --git a/lib/Catalyst/Action/Deserialize.pm b/lib/Catalyst/Action/Deserialize.pm index ef50d4a..e6a0887 100644 --- a/lib/Catalyst/Action/Deserialize.pm +++ b/lib/Catalyst/Action/Deserialize.pm @@ -121,7 +121,7 @@ L. For building custom error responses when de-serialization fails, you can create an ActionRole (and use L to apply it to the -C action) which overrides C and/or C<_serialize_bad_request> +C action) which overrides C and/or C methods. =head1 SEE ALSO diff --git a/lib/Catalyst/Action/Serialize.pm b/lib/Catalyst/Action/Serialize.pm index fd36878..057cc39 100644 --- a/lib/Catalyst/Action/Serialize.pm +++ b/lib/Catalyst/Action/Serialize.pm @@ -152,7 +152,7 @@ with the rest of Catalyst. For building custom error responses when serialization fails, you can create an ActionRole (and use L to apply it to the -C action) which overrides C and/or C<_serialize_bad_request> +C action) which overrides C and/or C methods. =head1 SEE ALSO