NAME

Bundle::Delivery - Modules required to run the Delivery and/or Tapestry web-publishing applications

SYNOPSIS

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

DESCRIPTION

This bundle provides an easy way to install all the modules used by the web-publishing and community-management application Delivery, and its more esoteric online-story-weaving sibling tapestry.

Many of these modules have dependencies, of course. You must have mod_perl already installed, for a start, to make full use of the Template Toolkit you may want to install some of its optional modules.

CONTENTS

Apache::Constants - Constants useful in dealing with apache requests

Apache::Request - Generate compiler and linker flags for libapreq

Apache::Util - Interface to fast Apache C util functions

Class::DBI::Factory - Application skeleton for Delivery.

Date::Calc - useful date manipulation

Date::Simple - useful date presentation and comparison

Email::Valid - checks email addresses for well-formedness and MX availability

File::Headerinfo - reads media file headers to extract dimensions and duration

File::NCopy - deep-copies directories. only used by installer in delivery

HTML::Entities - provides encoding and decoding of html entities, and a useful list

HTML::Tagfilter - a fine-grained rule-based remover of html tags

Imager - handles all image-manipulation. make sure you have libgif, libjpeg and libpng first.

Mail::Sendmail - creates and sends email messages using local or remote smtp

Template - the huge but lovely Template Toolkit

Term::Prompt - nice interface for command-line interrogation. only used for the installer here.

Text::CSV - reads and manipulates CSV data

SEE ALSO

For more about the charms and uses of delivery and tapestry, see www.spanner.org/software/

AUTHOR

William Ross <wross@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2004 by William Ross

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.