X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FDeserialize.pm;h=a632e19198b88754bf5e170f94aff1705088514f;hb=7566d72f425ab3a870f1d6c8945c43f4edeedf2a;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..a632e19 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.13'; $VERSION = eval $VERSION; has plugins => ( is => 'rw' );