NAME

Bundle::Bugzilla - A bundle of the modules required for Bugzilla.

SYNOPSIS

perl -MCPAN -e 'install Bundle::Bugzilla'

CONTENTS

AppConfig 1.52

CGI 2.88

CGI::Carp

Data::Dumper

Date::Format 2.21

Bundle::DBD::mysql

File::Spec 0.82

Date::Parse

File::Spec 0.82

File::Temp

Template 2.08

Text::Wrap

DESCRIPTION

This bundle installs the prerequisites for Bugzilla.

After installing this bundle, it is recommended that you run the magic checksetup.pl script to check that all modules are in place and setup the tables in the database. Then, you will need to edit the file called 'localconfig' with your settings for bugzilla. After this, log in to your installation and make yourself an account. Run checksetup.pl again and you will become the superuser for your bugzilla installation. Still confused? Read the information in the docs/ directory for more information.

Bundle::DBD::Mysql This module is used to connect to the database that Bugzilla uses to store its information.
CGI::Carp Used for CGI error reporting.
Date::Parse Enables SQL-style search query statements for Bugzilla.
Date::Format More date processing
AppConfig Used as part of the Template system
Template For templates in the bugzilla code. 2.08 is now required by Bugzilla.
Text::Wrap Used to wrap text in comment fields
CGI Used to parse CGI params and display HTML
Data::Dumped Used to store data so that other code can use it again later
File::Spec Used to store data about files
File::Temp Used to create and manage temp files
Text::Wrap Used to wrap text in Bugzilla pages

AUTHOR

Zach Lipton, <zlipton@cpan.org>

1 POD Error

The following errors were encountered while parsing the POD:

Around line 95:

You forgot a '=back' before '=head1'