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