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