rename ActionRole::Serialize -> ActionRole::SerializeFormat
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Serialize / JSON.pm
index 17ca446..1806b98 100644 (file)
@@ -1,7 +1,7 @@
 package Catalyst::Action::Serialize::JSON;
 use Moose;
 extends 'Catalyst::Action';
-with 'Catalyst::ActionRole::Serialize';
+with 'Catalyst::ActionRole::SerializeFormat';
 use JSON qw(encode_json);
 use namespace::clean -except => 'meta';