# -----------------------------------------------------------------------------
# Required Perl Modules
# -----------------------------------------------------------------------------
#
# In order for MKDoc to work properly, you need to install the following
# list of modules on your server.
#
# -----------------------------------------------------------------------------

# Basic stuff
	CGI			2.93
	Encode			1.97

# Text, HTML & XML processing:
	XML::Parser
	XML::RSS		0.97
	Petal			0.93
	MKDoc::Text::Structured	0.1

# Unicode related:
	Text::Unidecode		0.04
	Unicode::String		2.06
	Unicode::Normalize	0.17

# Database related:
	DBI
	DBD::mysql

# Mail related:
	Mail::IMAPClient        2.2.0
	MIME::Base64

# Time & Date manipulation:
	Date::Manip		v5.52
	Time::ParseDate

# Image manipulation:
	Image::Magick		v5.48

# Cache management
	Cache::Cache		1.01

# HTML Tidy extension
        MKDoc::XML               0.69
        Getopt::Declare

# Ecommerce
	Digest::MD5
	Petal::Mail
	MKDoc::Control_List
        Geography::Countries

#
# Note
# ----
# Makefile.PL processes this file to build a list of required modules.
# Any un-commented line will be parsed for module names.
# If a module is optional, enclose it in square braces like [this].
#     -- The MKDoc Development Team
#
