cruft removed
[CGI-Application-Plugin-RunmodeDeclare.git] / Changes
blob619104cd79e9d4743d31642bf4f593c97c1d99e7
1 Revision history for CGI-Application-Plugin-RunmodeDeclare
3 0.03_02 2008-10-24  Rhesa Rozendaal <rhesa@cpan.org>
4         * bugfixes: prevent callback calling order from installing
5           the start/error mode from the parent class into child classes (Richard Jones)
7 0.03_01 2008-10-23  Rhesa Rozendaal <rhesa@cpan.org>
8         * new feature: support code attributes
9         * simplified the signature parsing (see Method::Signatures::Simple)
10         * simplified the installer code by using Devel::Declare::MethodInstaller::Simple
11         * considered changing my name to Rhesa Simple ;-)
13 0.03    2008-10-20  Rhesa Rozendaal <rhesa@cpan.org>
14         * new feature: change the default invocant name (Richard Jones)
15         * security fix: reversed the order in which we acquire values
16           for arguments: first method input, then $app->param, then
17           $query->param (Michael Peters and Mark Stosberg)
18         * bugfix: properly check uniqueness of startmode (RT #40174)
20 0.02    2008-09-26  Rhesa Rozendaal <rhesa@cpan.org>
21         Fix test case. It relied on an unreleased version
22         of CGI::Application.
24 0.01    2008-09-26
25         First version, released to solicit comments.