Hi

It gives me great pleasure to announce the latest maintenance release of the Catalyst 5.80 series.

This release fixes some bugs (notably an issue if your application is using 'rails like routes' with the dispatch configured from config) and adds a small refactoring to allow the implementation of Catalyst::Controller::ActionRole to be more elegant (and fix bugs in it by removing code)

Full changelog below as always.

Cheers
t0m

--
5.80025 2010-07-29 01:50:00

 New features:
  - An 'action_class' method has been added to Catalyst::Controller to
    allow controller base classes, roles or traits
    (e.g. Catalyst::Controller::ActionRole) to more easily override
    the default action creation.

 Bug fixes:
- Fix the --mech and --mechanize options to the myapp_create.pl script to operate correctly by fixing the options passed down into the script. - Fix controllers with no method attributes (where the action definitions
    are entirely contained in config). RT#58057
  - Fix running as a CGI under IIS at non-root locations.

 Documentation:
- Fix missing - in the docs when describing the --mechanize option at one
    point.
  - Explained the common practice how to access the component's config
    values.
  - Fixed typo in Catalyst/Script/Server.pm (RT #58474)


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

Reply via email to