X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FDeserialize.pm;h=e856d5c82c39cf527f8b843d9b55eb9616294401;hb=3d1e10e70eb17bd02ed4c3ba440fce3a94696833;hp=2e807252fe6b95cb11e3da5f49035b97c9c67b0a;hpb=f10c7e1c7eb3b4cb10401dbb86ca8db3dc38ced2;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/Deserialize.pm b/lib/Catalyst/Action/Deserialize.pm index 2e80725..e856d5c 100644 --- a/lib/Catalyst/Action/Deserialize.pm +++ b/lib/Catalyst/Action/Deserialize.pm @@ -8,7 +8,7 @@ use Module::Pluggable::Object; use MRO::Compat; use Moose::Util::TypeConstraints; -our $VERSION = '1.07'; +our $VERSION = '1.10'; $VERSION = eval $VERSION; has plugins => ( is => 'rw' );