Checking in changes prior to tagging of version 1.004. Changelog diff is:
[catagits/Catalyst-View-ContentNegotiation-XHTML.git] / Changes
1 1.004
2   - Nick the OSX fragment out of the Catalyst::Runtime Makefile.PL to
3     beat my Mac into generating a correct dist.
4 1.003
5   - Fixes an tests to be fully Internet Explorer compatible (David Dorward)
6   - Change to MRO::Compat for perl 5.10 (t0m)
7 1.002 2008-12-13
8   - Add 'use Class::C3' so that the module works on the currently 
9     released Catalyst version.
10 1.001 2008-12-12
11   - Add tests for other Accept header cases where the current code
12     will get it wrong. (David Dorward)
13   - Fix all of these tests. (t0m)
14 1.000 2008-12-12
15   - First working version of the module extracted from the quick hack
16     I have in every Catalyst application I've ever written.