X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FDeserialize.pm;h=e6a088724486f911f808b95dbf3f6d8877f2e97d;hb=d6e51ea1ee172f9a7970f6d7523d6d14764b9105;hp=2ed2c2eaa5bf05d26570a4d586cdf11cffe1068e;hpb=cc188065d548c2c53c22000871a7d6dfab5c3c69;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/Deserialize.pm b/lib/Catalyst/Action/Deserialize.pm index 2ed2c2e..e6a0887 100644 --- a/lib/Catalyst/Action/Deserialize.pm +++ b/lib/Catalyst/Action/Deserialize.pm @@ -8,8 +8,6 @@ use Module::Pluggable::Object; use MRO::Compat; use Moose::Util::TypeConstraints; -# VERSION - has plugins => ( is => 'rw' ); has deserialize_http_methods => ( @@ -123,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