added test that makes sure cgis are actually getting invoked with each request
[catagits/Catalyst-Controller-WrapCGI.git] / README
1 Catalyst-Controller-WrapCGI
2
3 Some modules to help you port CGI/mod_perl code to Catalyst.
4
5 INSTALLATION
6
7 To install this module, run the following commands:
8
9         perl Makefile.PL
10         make
11         make test
12         make install
13
14 SUPPORT AND DOCUMENTATION
15
16 After installing, you can find documentation for these modules with the
17 perldoc command.
18
19     perldoc Catalyst::Controller::CGIBin
20     perldoc Catalyst::Controller::WrapCGI
21     perldoc CatalystX::GlobalContext
22
23 You can also look for information at:
24
25     RT, CPAN's request tracker
26         http://rt.cpan.org/NoAuth/Bugs.html?Dist=Catalyst-Controller-WrapCGI
27
28     AnnoCPAN, Annotated CPAN documentation
29         http://annocpan.org/dist/Catalyst-Controller-WrapCGI
30
31     CPAN Ratings
32         http://cpanratings.perl.org/d/Catalyst-Controller-WrapCGI
33
34     Search CPAN
35         http://search.cpan.org/dist/Catalyst-Controller-WrapCGI
36
37
38 COPYRIGHT AND LICENCE
39
40 Copyright (C) 2008 Matt S. Trout
41
42 This program is free software; you can redistribute it and/or modify it
43 under the same terms as Perl itself.