NAME

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

SYNOPSIS

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

CONTENTS

Test::Harness

Test::More

Date::Manip

DBD::mysql

DBI

Digest::MD5

File::Spec

HTML::Template

MARC::Record

Set::Scalar

Mail::Sendmail

DESCRIPTION

This bundle gathers together all installs all of the prerequisite modules for Koha, the open source integrated library system.

Test::Harness Run perl standard test scripts with statistics
Test::More A framework for test scriptss
Date::Manip Date manipulation routines
DBD::mysql This module is used to connect to the database that Koha uses to store its information.
DBI A Database interface.
Digest::MD5 Perl interface to the MD5 algorithm
File::Spec Performs portability operations on file names
HTML::Template For templates in the Koha web based interface.
MARC::Record Module for handling MARC records as objects
Set::Scalar Basic Set operations.
Mail::Sendmail Simple platform independant mailler.

AUTHOR

Mike Mylonas, <koha@dragon-is.co.nz> (Author only of this bundle, not necessarily of the modules that it lists)

1 POD Error

The following errors were encountered while parsing the POD:

Around line 82:

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