NAME

Bundle::KohaSupport - A bundle of the modules required by Koha.

SYNOPSIS perl -MCPAN -e 'install Bundle::KohaSupport'

CONTENTS

Date::Manip - Date manipulation routines DBD::mysql - mysql drivers for the Perl Database Interface DBI - Database independent interface for Perl Digest::MD5 - Interface to the MD5 Algorithm HTML::Template - Perl module to use HTML Templates from CGI scripts Set::Scalar - Basic set operations

DESCRIPTION

This bundle installs the prerequisites for Koha.

Date::Manip Routines to manipulate date and time.
DBD::mysql This module is used to connect to the database that Koha uses to store its information.
DBI A Database interface.
Digest::MD5 Interface to the MD5 Algorithm
HTML::Template For templates in the Koha web based interface.
Set:Scalar Basic Set operations.

AUTHOR

Mike Mylonas, <koha@dragon-is.co.nz>

1 POD Error

The following errors were encountered while parsing the POD:

Around line 50:

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