Converted C::P::CGIBin to C::C::CGIBin, added regex env key support
[catagits/Catalyst-Controller-WrapCGI.git] / README
CommitLineData
32b32c62 1Catalyst-Controller-WrapCGI
2
3Some modules to help you port mod_perl/CGI code to Catalyst.
4
5INSTALLATION
6
7To install this module, run the following commands:
8
9 perl Makefile.PL
10 make
11 make test
12 make install
13
14SUPPORT AND DOCUMENTATION
15
16After installing, you can find documentation for these modules with the
17perldoc command.
18
21a20b7e 19 perldoc Catalyst::Controller::CGIBin
32b32c62 20 perldoc Catalyst::Controller::WrapCGI
21 perldoc CatalystX::GlobalContext
22
23You 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
38COPYRIGHT AND LICENCE
39
40Copyright (C) 2008 Matt S. Trout
41
42This program is free software; you can redistribute it and/or modify it
43under the same terms as Perl itself.