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

Changes for version 0.002003 - 2014-12-06

  • Possibly incompatible change: paths are now based on the schema source (eg class) name, rather than the result source (eg table) name.
  • Moved handling of root (/) to a Web::Machine resource class.
  • Further generalization of WebAPI::DBIC::WebApp.
  • Deprecate order=foo%20desc in favor of sort=-foo, and tighten spec.
  • Start support for foo[bar]=... style of parameter naming.
  • Migrate tests to DBIx::Class::Fixtures to enable loading in demo app.

Documentation