use JSON instead of JSON::Any to get rid of the CPAN Testers failures when only JSON...
authorAlexander Hartmaier <abraxxa@cpan.org>
Wed, 16 Feb 2011 15:47:57 +0000 (16:47 +0100)
committerAlexander Hartmaier <abraxxa@cpan.org>
Wed, 16 Feb 2011 15:47:57 +0000 (16:47 +0100)
commit0b0bf9111127c9fdad1e456169ec4cdd15b160f9
tree0a2a40d3df7b2627917fc4893d569288e2da48aa
parente17f1f8e991b57bf9f7f23547c0c9af8b3012569
use JSON instead of JSON::Any to get rid of the CPAN Testers failures when only JSON::Syck is available
18 files changed:
Changes
dist.ini
lib/Catalyst/Controller/DBIC/API.pm
lib/Catalyst/Controller/DBIC/API/StaticArguments.pm
t/rest/create.t
t/rest/delete.t
t/rest/item.t
t/rest/list.t
t/rest/update.t
t/rpc/create.t
t/rpc/delete.t
t/rpc/item.t
t/rpc/list.t
t/rpc/list_json_search.t
t/rpc/list_prefetch.t
t/rpc/list_search_allows.t
t/rpc/setup_dbic_args.t
t/rpc/update.t