Added JSONP module and tests. Child of Catalyst::Action::Serialize::JSON that allows...
authornebulous <nebulous@crashed.net>
Wed, 6 Jan 2010 20:29:09 +0000 (15:29 -0500)
committerTomas Doran <bobtfish@bobtfish.net>
Thu, 14 Jan 2010 20:52:33 +0000 (20:52 +0000)
commitd0d292d4373d4af3455eac0b88366fef95f354be
tree367b7a6cd9451e9873248a03d5003c83aa8688ee
parentc1f005221e41d5f162a78e99f7a23f8a3fdc8b59
Added JSONP module and tests. Child of Catalyst::Action::Serialize::JSON that allows for a ?callback= option
lib/Catalyst/Action/Serialize/JSONP.pm [new file with mode: 0644]
lib/Catalyst/Controller/REST.pm
t/jsonp.t [new file with mode: 0644]