package Bundle::mod_perl_book;

$VERSION = '1.00';

1;

__END__

=head1 NAME

Bundle::mod_perl_book - Install book related modules

=head1 SYNOPSIS

C<perl -MCPAN -I./lib -e 'install Bundle::mod_perl_book'>

=head1 CONTENTS

mod_perl - Perl module for Apache

GD - GIF Images 

Image::Size - Determine image dimesions

Bundle::LWP - libwww-perl and friends

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::DBI   - Wrapper around DBI->connect to transparently maintain persistent connections

Text::GenderFromName - JonO's gender guessing module

Storable - Freeze Perl objects

IPC::Shareable - Tie to shared memory

Tie::DBI - Tied hash interface to DBI

DBI - The Perl DataBase Interface

Crypt::CBC - Encrypt Data with Cipher Block Chaining Mode


=head1 DESCRIPTION

This bundle contains modules used by the Apache Module Book.

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 and Lincoln Stein
