Fiexed tiemouts in C::E::H:Daemon
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / Apache.pm
CommitLineData
fc7ec1d9 1package Catalyst::Engine::Apache;
2
3use strict;
d837e1a7 4
5# 1.27 MP13
6# 1.28 MP13
7# 1.29 MP13
8# 1.2901 MP13
9# 1.30 MP13 TBR
10
11# 1.9901 MP19
12# 1.9920 MP19
13# 1.999020 MP19 RC3
14# 1.999021 MP19 RC4
15
16# 1.999022 MP20 RC5
17# 1.999023 MP20 RC6
18
191;
20
21__END__
fc7ec1d9 22
23=head1 NAME
24
25Catalyst::Engine::Apache - Catalyst Apache Engine
26
27=head1 SYNOPSIS
28
29See L<Catalyst>.
30
31=head1 DESCRIPTION
32
c2e8e6fa 33This class will load the correct MP Engine.
23f9d934 34
fc7ec1d9 35=head1 SEE ALSO
36
37L<Catalyst>.
38
39=head1 AUTHOR
40
41Sebastian Riedel, C<sri@cpan.org>
329a7e51 42Christian Hansen C<ch@ngmedia.com>
fc7ec1d9 43
44=head1 COPYRIGHT
45
46This program is free software, you can redistribute it and/or modify it under
47the same terms as Perl itself.
48
49=cut