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

0.01    3 October 2007
        First version, released on an unsuspecting world.

0.02    22 October 2007
        * Fixed Makefile.PL dependencies (added Catalyst::Component::ACCEPT_CONTEXT)
        * Refactored Controller and Model to abstract a little more, notably
          added the form_to_object() method in Controller.
        * New File example implementation of the whole Model/Object/Iterator API.

0.03    22 October 2007
        * add test for File implementation (and fix the bugs it revealed)
        * fix AUTOLOAD to ignore DESTROY
        
0.04    25 October 2007
        * rework view_on_single_result API in base Controller and tests for same

0.05    1 November 2007
        * stash query in Controller results for View
        * do_search() returns if no input
        * Model reserved params now start with _
        * some can/AUTOLOAD black magic to make Object/delegate stuff DWIM.

0.06    6 November 2007
        * clean up temp files from make test [rt# 30425]