$ in character class is still special
[CGI-Application-Plugin-RunmodeDeclare.git] / Changes
blobee9a32f2f41dfdff152a5fafd07b42d6a38c31ef
1 Revision history for CGI-Application-Plugin-RunmodeDeclare
3 0.06    2008-10-25  Rhesa Rozendaal <rhesa@cpan.org>
4         Fixed stupid regex bug in proto parsing.
6 0.05    2008-10-25  Rhesa Rozendaal <rhesa@cpan.org>
7         * better default handling
8         * doc updates
10 0.04    2008-10-25  Rhesa Rozendaal <rhesa@cpan.org>
11         * bumped prereq of Devel::Declare
13 0.03_03 2008-10-24  Rhesa Rozendaal <rhesa@cpan.org>
14         * bugfix in _split
16 0.03_02 2008-10-24  Rhesa Rozendaal <rhesa@cpan.org>
17         * bugfixes: prevent callback calling order from installing
18           the start/error mode from the parent class into child classes (Richard Jones)
20 0.03_01 2008-10-23  Rhesa Rozendaal <rhesa@cpan.org>
21         * new feature: support code attributes
22         * simplified the signature parsing (see Method::Signatures::Simple)
23         * simplified the installer code by using Devel::Declare::MethodInstaller::Simple
24         * considered changing my name to Rhesa Simple ;-)
26 0.03    2008-10-20  Rhesa Rozendaal <rhesa@cpan.org>
27         * new feature: change the default invocant name (Richard Jones)
28         * security fix: reversed the order in which we acquire values
29           for arguments: first method input, then $app->param, then
30           $query->param (Michael Peters and Mark Stosberg)
31         * bugfix: properly check uniqueness of startmode (RT #40174)
33 0.02    2008-09-26  Rhesa Rozendaal <rhesa@cpan.org>
34         Fix test case. It relied on an unreleased version
35         of CGI::Application.
37 0.01    2008-09-26
38         First version, released to solicit comments.