NAME

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

SYNOPSIS

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

CONTENTS

Bundle::Mysql

Data::Dumper

CGI::Carp

Date::Parse

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::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.
AppConfig Used as part of the Template system
Template For templates in the bugzilla code
Text::Wrap Used to wrap text in comment fields

AUTHOR

Zach Lipton, <zach@zachlipton.com>

1 POD Error

The following errors were encountered while parsing the POD:

Around line 67:

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