rename ActionRole::Serialize -> ActionRole::SerializeFormat
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Deserialize / JSON.pm
index 2993e09..63afb9a 100644 (file)
@@ -1,7 +1,7 @@
 package Catalyst::Action::Deserialize::JSON;
 use Moose;
 extends 'Catalyst::Action';
-with 'Catalyst::ActionRole::Deserialize';
+with 'Catalyst::ActionRole::DeserializeFormat';
 use JSON qw(decode_json);
 use namespace::clean -except => 'meta';