X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FDeserialize.pm;h=ea03b9ca05eb67d5975884b6cd6a7803a70886a7;hb=40de934ce925aa9fbf1d2fa15846b5c0de9ec790;hp=fcf7c6ad41d07d8f4b37cc7882a23fd032a4eaff;hpb=351f252f57354a5a0c50e3c931b0addd4f1988ff;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/Deserialize.pm b/lib/Catalyst/Action/Deserialize.pm index fcf7c6a..ea03b9c 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 = '0.98'; +our $VERSION = '1.01'; $VERSION = eval $VERSION; has plugins => ( is => 'rw' );