CGI::Application::Plugin::Output::XSV

Generate XSV output from a CGI::Application runmode


INSTALLATION

To install this module, run the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install

Alternatively, if you do not have Module::Build but you do have 'make',
you can used the included Makefile.PL and run the following commands:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  TEXT::CSV_XS
  CGI::Application

COPYRIGHT AND LICENSE

Copyright (C) 2005 CommonMind, LLC.

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