Added recursive -r flag to prove example
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / Apache.pm
1 package Catalyst::Engine::Apache;
2
3 use strict;
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
19 1;
20
21 __END__
22
23 =head1 NAME
24
25 Catalyst::Engine::Apache - Catalyst Apache Engine
26
27 =head1 SYNOPSIS
28
29 See L<Catalyst>.
30
31 =head1 DESCRIPTION
32
33 This class will load the correct MP Engine.
34
35 =head1 SEE ALSO
36
37 L<Catalyst>.
38
39 =head1 AUTHOR
40
41 Sebastian Riedel, C<sri@cpan.org>
42 Christian Hansen C<ch@ngmedia.com>
43
44 =head1 COPYRIGHT
45
46 This program is free software, you can redistribute it and/or modify it under
47 the same terms as Perl itself.
48
49 =cut