Update to work with latest Catalyst and not warn
[catagits/Catalyst-Plugin-SubRequest.git] / Changes
CommitLineData
a23f7a97 1Revision history for Perl extension Catalyst::Plugin::SubRequest
aae30f91 2
61114b68 30.15 2009-11-23 22:47:32 GMT
4 - Be compatible with Catalyst 5.80014 by not writing to the
5 request body directly.
6 - Remove deprecation warnings by moving actions out of the test app.
7
85ec975f 80.14 2009-10-18 18:30:00 BST
9 - Tweak copyright info to ease downstream packaging.
10
6162c29a 110.13 2008-01-06 22:33:00 CET
12 - Update to work with new Stats package.
13
5ed37dbc 140.12 2007-09-12 13:08:00 CET
ad73ee58 15 - Switch to Module::Install
16 - Fixed README (RT #16459)
17
094ec48f 180.11 2007-04-03 14:13:00
39f0812b 19 - $c->req->params restored after sub_request
ad73ee58 20
f51873e5 210.10 2005-12-08 13:15:00
22 - Updated test suite to work with new catalyst.
ad73ee58 23
f51873e5 240.09 2005-10-28 01:07:00
25 - localize body rather than output, which is an alias
ad73ee58 26
c82d9501 270.08 2005-12-10 01:34:00
f51873e5 28 - patch to handle NEXT trouble.
ad73ee58 29
885f6da0 300.07 2005-08-01 12:08:00
31 - reset path.
32 - allow passing params.
ad73ee58 33
2ca51b6b 340.06 2005-06-08 20:27:00
8c464987 35 - Flush params as well
36 - allow stuff to be passed to the stash
ad73ee58 37
8c464987 380.05 2005-03-19 20:27:00
9252a294 39 - Added a log message in debug mode.
ad73ee58 40
8c464987 410.04 2005-03-19 20:27:00
aae30f91 42 - Updated forward to cat5 style
2e5b4f5d 43 - Using Catalyst::Dispatch::dispatch instead of forward.
ad73ee58 44
8c464987 450.03 2005-03-19 20:27:00
aae30f91 46 - Fixed documentation.
ad73ee58 47
8c464987 480.02 2005-03-19 10:32:00
aae30f91 49 - Ooops, missed MANIFEST
50
8c464987 510.01 2005-03-05 22:00:00
aae30f91 52 - first release