Changes for version 0.05
- Encorporated a fix to Catalyst::View::Download::CSV submitted by Kevin Frost which prevents a warning in process(). Encorporated a change to Catalyst::View::Download::CSV submitted by Michele Beltrame such that it will always quote each field in the document. Cleaned up POD code snippets and used perltidy on everything. Thanks for the tips Kevin! Added another supported format, xml. Which will either support content as a string or convert a hashref into an xml document using XML::Simple.