Avoid manging request headers by cloning them. Neater solutions welcome.
[catagits/Catalyst-View-ContentNegotiation-XHTML.git] / Changes
CommitLineData
e2e866b4 11.100
2 - Refactor into a Moose Role for use with alternate views. (rafl)
3 - Additional documentation (t0m)
8e61c4b2 4 - Clone request headers rather than changing them (t0m)
e2e866b4 51.004
6 - Nick the OSX fragment out of the Catalyst::Runtime Makefile.PL to
7 beat my Mac into generating a correct dist. (t0m)
81.003
9 - Fixes an tests to be fully Internet Explorer compatible (David Dorward)
10 - Change to MRO::Compat for perl 5.10 (t0m)
111.002 2008-12-13
12 - Add 'use Class::C3' so that the module works on the currently
13 released Catalyst version. (t0m)
141.001 2008-12-12
15 - Add tests for other Accept header cases where the current code
16 will get it wrong. (David Dorward)
17 - Fix all of these tests. (t0m)
181.000 2008-12-12
19 - First working version of the module extracted from the quick hack
20 I have in every Catalyst application I've ever written. (t0m)