File: Apache.pm

package info (click to toggle)
libapache-mod-perl 1.16-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,580 kB
  • ctags: 1,064
  • sloc: ansic: 4,489; perl: 4,415; sh: 305; makefile: 137
file content (56 lines) | stat: -rw-r--r-- 1,129 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
package Bundle::Apache;

$VERSION = '1.00';

1;

__END__

=head1 NAME

Bundle::Apache - Install Apache mod_perl and related modules

=head1 SYNOPSIS

C<perl -MCPAN -e 'install Bundle::Apache'>

=head1 CONTENTS

Apache - Perl interface to Apache server API

ExtUtils::Embed - Needed to build httpd

MIME::Base64 - Needed for LWP

LWP - Web client to run mod_perl tests

HTML::TreeBuilder - Used for Apache::SSI

Devel::Symdump - Symbol table browsing with Apache::Status

Data::Dumper - Used by Apache::PerlSections->dump

CGI - CGI.pm

Tie::IxHash - For order in <Perl> sections

Apache::ePerl - mod_perl adaptation of 'ePerl'

Apache::DBI   - Wrapper around DBI->connect to transparently maintain persistent connections

Apache::Stage - Management of document staging directories

Apache::Sandwich - Layered document maker

=head1 DESCRIPTION

This bundle contains modules used by Apache mod_perl.

Asking CPAN.pm to install a bundle means to install the bundle itself
along with all the modules contained in the CONTENTS section
above. Modules that are up to date are not installed, of course.

=head1 AUTHOR

Doug MacEachern