Catalyst-View-Download

The purpose of this module is to provide a convenient method for downloading various formats of content. A good example of why this module was created is in the case of exporting a table based report into a variety of formats (CSV, HTML, etc.).

Current Supported Formats:
csv
txt
html
xml

Intended Formats To Be Implemented:
xls

INSTALLATION

To install this module, run the following commands:

        perl Makefile.PL
        make
        make test
        make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

perldoc Catalyst::View::Download

You can also look for information at:

RT, CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Catalyst-View-Download

AnnoCPAN, Annotated CPAN documentation

http://annocpan.org/dist/Catalyst-View-Download

CPAN Ratings

http://cpanratings.perl.org/d/Catalyst-View-Download

Search CPAN

http://search.cpan.org/dist/Catalyst-View-Download

COPYRIGHT AND LICENCE

Copyright (C) 2008 Travis Chase

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.