I just uploaded Catalyst::Controller::Rose 0.04 and Catalyst::Model::RDBO to CPAN. They should hit your local mirror eventually.

These modules provide glue between Rose::DB::Object, Rose::HTML::Objects and Catalyst.

The changes include improved error handling and some internal refactoring.

From the Changes files:

Catalyst::Controller::Rose
0.04
    * changed check_err() to has_errors()
    * moved has_errors() to base Rose class
    * added throw_error() to base Rose class
    * all controllers now inherit from Catalyst::Controller::Rose instead
      of simply Catalyst::Controller.
    * instead of setting 'error' value in stash(), CRUD methods now
      call throw_error().

Catalyst::Model::RDBO
0.05
    * refactor fetch() and add new create() method.
    * fetch_all() and all() were doing exactly what search() does,
      so just aliased them to search().
    * use Catalyst::Exception instead of Carp and added throw_error()
      method to allow for easy overriding.



--
Peter Karman  .  http://peknet.com/  .  [EMAIL PROTECTED]

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to