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