Catalyst-Controller-WrapCGI

Some modules to help you port CGI/mod_perl code to Catalyst.

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 these modules with the
perldoc command.

    perldoc Catalyst::Controller::CGIBin
    perldoc Catalyst::Controller::WrapCGI
    perldoc CatalystX::GlobalContext

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Catalyst-Controller-WrapCGI

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Catalyst-Controller-WrapCGI

    CPAN Ratings
        http://cpanratings.perl.org/d/Catalyst-Controller-WrapCGI

    Search CPAN
        http://search.cpan.org/dist/Catalyst-Controller-WrapCGI


COPYRIGHT AND LICENCE

Copyright (C) 2008 Matt S. Trout

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