The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Cookieville

0.06     Sun Feb  8 14:35:08 2015
       * Compatible with Mojolicious 5.74

0.05     Fri Jun 20 15:07:48 2014
       * Add Cookieville::Plugin::AccessLog
       * Add Cookieville::Plugin::Authorize
       * Add support for "log" in MOJO_CONFIG

0.04     Fri Jun 20 09:24:38 2014
       * Add Cookieville::Client to the main Cookieville documentation
       * Remove support for reading $HOME/.cookieville config
       * Remove File::HomeDir dependency

0.03     Fri Jun 20 09:08:11 2014
       * Add Cookieville::Client
       * Fix PUT /:source on UPDATE
       * Change PUT /:source will INSERT when no unique constraints are found
       * Change "inserted" in PUT /:source result to an integer: 0 or 1.

0.02     Tue Jun 17 22:24:55 2014
       * Add support for reading MOJO_CONFIG
       * Add support for "columns" in GET /:source/search?q=:json&columns=["foo"]
       * Add support for custom inactivity timeout

0.01     Tue Jun 17 20:22:33 2014
       * EXPERIMENTAL release
       * Add resource for GET /
       * Add resource for GET /sources
       * Add resource for GET /:source/schema
       * Add resource for GET /:source/search?q=:json&limit=:int&page=:int&order_by=:json
       * Add resource for DELETE /:source/:id
       * Add resource for PATCH /:source/:id
       * Add resource for PUT /:source