Implemented chaining so that Catalyst::Controller::WrapCGI::wrap_cgi can properly...
[catagits/Catalyst-Controller-MovableType.git] / Changes
1 0.003
2         2010-04-xx
3         Fixed internal not_found call to properly pass $c when an unexisting
4         script was requested.
5
6         Implemented chaining so that Catalyst::Controller::WrapCGI::wrap_cgi
7         can properly populate $ENV{SCRIPT_NAME} with
8         $c->uri_for($c->action, $c->req->captures)->path                                                                                     
9
10 0.002
11         2010-04-13
12         Fixed Makefile.pl to require Catalyst::Controller::WrapCGI.
13         Fixed documentation, module name is MovableType, not MT.
14
15 0.001
16         2010-02-16
17         Initial release.