initial commit with working tests, docs, and conversion to dzil+podweaver
authornperez <nperez@cpan.org>
Thu, 4 Feb 2010 14:15:31 +0000 (08:15 -0600)
committernperez <nperez@cpan.org>
Thu, 4 Feb 2010 14:15:31 +0000 (08:15 -0600)
commitd273984026646e5b57c052deef3fcb9121122060
treedaec716a7d3c81058652c5dbafcad5ea971d438e
initial commit with working tests, docs, and conversion to dzil+podweaver
56 files changed:
Changes [new file with mode: 0644]
dist.ini [new file with mode: 0644]
lib/Catalyst/Controller/DBIC/API.pm [new file with mode: 0644]
lib/Catalyst/Controller/DBIC/API/JoinBuilder.pm [new file with mode: 0644]
lib/Catalyst/Controller/DBIC/API/REST.pm [new file with mode: 0644]
lib/Catalyst/Controller/DBIC/API/RPC.pm [new file with mode: 0644]
lib/Catalyst/Controller/DBIC/API/Request.pm [new file with mode: 0644]
lib/Catalyst/Controller/DBIC/API/Request/Context.pm [new file with mode: 0644]
lib/Catalyst/Controller/DBIC/API/RequestArguments.pm [new file with mode: 0644]
lib/Catalyst/Controller/DBIC/API/StaticArguments.pm [new file with mode: 0644]
lib/Catalyst/Controller/DBIC/API/StoredResultSource.pm [new file with mode: 0644]
lib/Catalyst/Controller/DBIC/API/Types.pm [new file with mode: 0644]
lib/Catalyst/Controller/DBIC/API/Validator.pm [new file with mode: 0644]
t/lib/DBICTest.pm [new file with mode: 0644]
t/lib/RestTest.pm [new file with mode: 0644]
t/lib/RestTest/Controller/API.pm [new file with mode: 0644]
t/lib/RestTest/Controller/API/REST.pm [new file with mode: 0644]
t/lib/RestTest/Controller/API/REST/Artist.pm [new file with mode: 0644]
t/lib/RestTest/Controller/API/REST/BoundArtist.pm [new file with mode: 0644]
t/lib/RestTest/Controller/API/REST/CD.pm [new file with mode: 0644]
t/lib/RestTest/Controller/API/REST/Producer.pm [new file with mode: 0644]
t/lib/RestTest/Controller/API/REST/Track.pm [new file with mode: 0644]
t/lib/RestTest/Controller/API/RPC.pm [new file with mode: 0644]
t/lib/RestTest/Controller/API/RPC/Any.pm [new file with mode: 0644]
t/lib/RestTest/Controller/API/RPC/Artist.pm [new file with mode: 0644]
t/lib/RestTest/Controller/API/RPC/CD.pm [new file with mode: 0644]
t/lib/RestTest/Controller/API/RPC/Producer.pm [new file with mode: 0644]
t/lib/RestTest/Controller/API/RPC/Track.pm [new file with mode: 0644]
t/lib/RestTest/Controller/API/RPC/TrackExposed.pm [new file with mode: 0644]
t/lib/RestTest/Controller/API/RPC/TrackSetupDBICArgs.pm [new file with mode: 0644]
t/lib/RestTest/Controller/Root.pm [new file with mode: 0644]
t/lib/RestTest/Model/RestTestDB.pm [new file with mode: 0644]
t/lib/RestTest/Schema.pm [new file with mode: 0644]
t/lib/RestTest/Schema/Result/Artist.pm [new file with mode: 0644]
t/lib/RestTest/Schema/Result/CD.pm [new file with mode: 0644]
t/lib/RestTest/Schema/Result/CD_to_Producer.pm [new file with mode: 0644]
t/lib/RestTest/Schema/Result/Producer.pm [new file with mode: 0644]
t/lib/RestTest/Schema/Result/Tag.pm [new file with mode: 0644]
t/lib/RestTest/Schema/Result/Track.pm [new file with mode: 0644]
t/lib/RestTest/Schema/ResultSet.pm [new file with mode: 0644]
t/lib/RestTest/Schema/ResultSet/Track.pm [new file with mode: 0644]
t/lib/sqlite.sql [new file with mode: 0644]
t/rest/create.t [new file with mode: 0644]
t/rest/delete.t [new file with mode: 0644]
t/rest/list.t [new file with mode: 0644]
t/rest/update.t [new file with mode: 0644]
t/rpc/create.t [new file with mode: 0644]
t/rpc/delete.t [new file with mode: 0644]
t/rpc/list.t [new file with mode: 0644]
t/rpc/list_json_search.t [new file with mode: 0644]
t/rpc/list_prefetch.t [new file with mode: 0644]
t/rpc/list_search_allows.t [new file with mode: 0644]
t/rpc/setup_dbic_args.t [new file with mode: 0644]
t/rpc/update.t [new file with mode: 0644]
t/var/DBIxClass.db [new file with mode: 0644]
weaver.ini [new file with mode: 0644]