The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.10 2009-04-29 18:24:50
    - Depend on Data::Visitor 0.24 to avoid Class::MOP deprecation
      warnings. (Florian Ragwitz)

0.09 2009-02-18 21:32:00
    - Store config in $c->config->{'Action::RenderView'}
      instead of $c->config->{debug}.
      Config from $c->config->{debug} is deprecated, but
      still supported.
    - Switch from NEXT to next::method

0.08 2008-05-02 19:40:00
    - Add AsCGI to list of test requirements.
    - Check for defined()ness of $c->res->body so "0" is valid. (RT #30564)

0.07 2007-09-01 11:03:00
    - Add DateTime to default list of scrubbed objects
    - Stringify rather than ref by default ,
      more explicit message

0.06 2007-08-29 16:35:00
    - Add support for scrubbing stash objects.
    - Remove undef warning

0.05 2007-04-26
    - switch to Module::Install

0.04 2006-07-04 09:21:00
    - That debug code wasn't quite production ready : /

0.03 2006-07-02 11:26:00
    - Forgot to update use test as well, silly git.

0.02 2006-06-29 14:59:00
    - Oops, moved content check ending brace up.

0.01  2006-06-26 17:14:00
    - Initial release