Merge branch 'master' of https://github.com/runarbu/Catalyst-Action-REST into runarbu...
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Controller / REST.pm
index 12568f7..b9c10d0 100644 (file)
@@ -304,6 +304,7 @@ __PACKAGE__->config(
         'application/json'   => 'JSON',
         'text/x-json'        => 'JSON',
     },
+    'compliance_mode' => 0,
 );
 
 sub begin : ActionClass('Deserialize') { }