The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for CatalystX-Controller-Sugar

0.05     Wed Dec 16 22:45:00 2009 +0100
       - add CatalystX::Controller::Sugar::Plugin can be injected into
         non-existent controller

0.04     Mon Okt  5 21:01:08 2009 +0200
       - add CatalystX::Controller::Sugar::Plugin
       - fix report check if $level is valid
       - change stash() and session() can return the raw hash

0.03     Tue Sep 22 23:26:08 2009 +0200
       - add report() for logging
       - fix while(1) bug in session()

0.02     Mon Sep 14 22:10:00 2009 +0200
       - fix root-action "inheritance"
       - name of chains with captures is different
         - "foo:$Int" instead of "foo", where $Int is the number of captures

0.01     Fri Aug 21 22:00:19 2009 +0200
       - add support for /absolute paths in chains
       - add forward() and go()
       - fix default/index page

0.00_010 Sun Aug 16 15:48:48 2009 +0200
       - change: chained() renamed to chain()

0.00_003 Sat Aug 15 15:39:53 2009 +0200
       - add c(), controller() and captured()
       - add support for named captures

0.00_002 Sat Aug 15 02:43:16 2009 +0200
       - add chained() and private()
       - add res() and req()

0.00_001 Thu Aug  6 20:00:36 2009 +0200
       - add stash() and session()