Fixed changes
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / Apache.pm
CommitLineData
fc7ec1d9 1package Catalyst::Engine::Apache;
2
3use strict;
c2e8e6fa 4use UNIVERSAL::require;
fc7ec1d9 5
6=head1 NAME
7
8Catalyst::Engine::Apache - Catalyst Apache Engine
9
10=head1 SYNOPSIS
11
12See L<Catalyst>.
13
14=head1 DESCRIPTION
15
c2e8e6fa 16This class will load the correct MP Engine.
23f9d934 17
fc7ec1d9 18=head1 SEE ALSO
19
20L<Catalyst>.
21
22=head1 AUTHOR
23
24Sebastian Riedel, C<sri@cpan.org>
329a7e51 25Christian Hansen C<ch@ngmedia.com>
fc7ec1d9 26
27=head1 COPYRIGHT
28
29This program is free software, you can redistribute it and/or modify it under
30the same terms as Perl itself.
31
32=cut
33
341;