1Revision history for Perl extension CGI::Application::Plugin::AutoRunmode.
2
30.18  Fri Feb 18 2011
4    - add support for multiple directories in FileDelegate, suggested by Jiří Pavlovský
5        (see CPAN RT #65695: support multiple directories in FileDelegate)
6
70.17  Fri Mar 21 2010
8    - fix support for Apache2::Reload (the changes in 0.16 did not work)
9        (see CPAN RT #35987: StartRunmode dies with Apache2::Reload)
10
110.16  Sat Feb 14 2009
12    - :ErrorRunmode is no longer registered as a "real" runmode
13        (see CPAN RT #36706: [patch] ErrorRunmode should not create a run mode)
14    - support for Apache2::Reload
15        (see CPAN RT #35987: StartRunmode dies with Apache2::Reload)
16
170.15  Sun Dec 17 2006
18    - added :ErrorRunmode (proposed by Robert Hicks)
19
200.14  Sun May 21 2006
21	- fix for the Attribute::Handlers/mod_perl problems
22	  (stop relying on code being executed in the CHECK phase,
23	  which is problematic in mod_perl, use BEGIN instead)
24
250.13  Sat Apr 8 2006
26    - put the :Runmodes directly in the run_modes map
27    	(only for CGI::App >= 4 and using Attribute::Handlers)
28	- make FileDelegate compatible with Taint mode
29
300.12  Thu Nov 3 2005
31    - support for multiple delegates, based on a patch submitted by
32      Larry Leszczynski
33
340.11  Tue Oct 18 2005
35    - applied a patch by Cees Hek to fix problems with subclassing introduced
36      with 0.10
37
380.10  Sat Oct 15 2005
39	- use Attribute::Handlers when available to improve interoperability
40	  with other modules that want to define attributes (thanks to Cees Hek
41	  for feedback on this)
42
430.09  Wed Sep 21 2005
44    - is_auto_runmode (proposed by Michael Graham for interoperability
45      with CAP::Forward)
46
470.08  Sat Jul 17 2005
48	- :StartRunmode
49	- attribute names are now case-insensitive
50	- documentation patches (thanks to Mark Stosberg)
51
520.07  Sat Jun 18 2005
53	- removed Mac OS X meta data files that confused the build system
54		(see http://perlmonks.org/?node_id=467916 )
55	- changed links to CGI::App wiki in the documentation
56
570.06  Wed Jun 15 2005
58    - replaced CGI::Application::Callbacks with official hook
59        system provided by CGI::App version 4
60    - removed Perl 5.8.1 requirement
61
620.05  Thu Mar 10 2005
63	- no longer install Runmode attribute handler into
64		CGI::App, but export into caller's namespace
65	- added FileDelegate
66
670.04  Fri Mar 04 2005
68	- security fix: disallow non-word characters in runmode name
69
700.03  Thu Mar 03 2005
71	- support for runmode delegates
72
730.02  Fri Oct 29 2004
74	- support for CGI::Application::Callbacks
75	- support for prerun_mode()
76
770.01  Sat Oct 16 18:15:03 2004
78	- original version; created by h2xs 1.22 with options
79		-AX -n CGI::Application::Plugin::AutoRunmode
80
81