Prepare to release
[catagits/Catalyst-Devel.git] / Changes
1 This file documents the revision history for Perl extension Catalyst-Devel.
2 1.09    2008-07-13 18:000
3         - Revert to use Catalyst qw/@plugins/
4         - Require Config::General instead of YAML
5
6 1.07    2008-05-28
7         - helpers now create default :Path and index :Path :Args(0)
8         - Moved Helper.pm to generate .conf rather than YAML
9         - Made a warning in the generated Makefile.PL not to delete it.
10         -  Incorrect generated pod.
11
12 1.06    2008-04-09 08:19:00
13         - load plugins in setup, not plugins. (ema_zep@libero.it)
14
15 1.05    2008-04-07 11:55:00
16         - Add missing parent dependency to created projects.
17
18 1.04    2008-04-06 16:04:00
19         - Update default actions in Root.pm
20         - Patch Helper.pm so Module::Pluggable::Object ignores emacs temp
21           files appropriately for restarting server
22         - Patched Helper.pm so the correct options for mulitple restart
23           directories and symlink resolution will be set in myapp_server.pl
24           (Sebastian Willert)
25         - Change from use Catalyst to use parent and load plugins  in setup call
26         - Remove Catalyst::Manual dependency.
27
28 1.03    2007-08-10 08:10:00
29         - Changed default dependency to Catalyst::Runtime
30         - Added BindLex example to create script
31         - Don't change a manually-specified engine when using the
32           -r switch with server.pl
33         
34 1.02    2006-11-15  16:45:00
35         - Added dep to Catalyst::Manual
36         - added option to send errors to STDOUT in fastcgi script
37
38 1.01    2006-09-17 23:49:00
39         - Upped M::I dependency
40             - fix for warnings
41
42 1.00    2006-07-06 19:23:00
43         - Initial release