perl -MCPAN -e 'install Bundle::Apache::ASP::Extra'
Bundle::Apache::ASP - Base for Apache::ASP installation
\s-1CGI\s0 - Required for file upload, make test, and command line ./cgi/asp script
HTML::Parser - Required for HTML::FillInForm
HTML::Clean - Compress text/html with Clean config or $Response->{Clean} set to 1-9
Net::SMTP - Runtime errors can be mailed to the webmaster with MailErrorTo config
Devel::Symdump - Used for StatINC setting, which reloads modules dynamically
Apache::DBI - Cache database connections per process
Compress::Zlib - Gzip compress \s-1HTML\s0 output on the fly
Time::HiRes - Sub second timing of execution with Debug 3 or -3 enabled
HTML::FillInForm - FormFill functionality which autofills \s-1HTML\s0 forms from form data
Apache::Filter - Required for \s-1SSI\s0 filtering with Apache::SSI
HTML::SimpleParse - Required for \s-1SSI\s0 filtering with Apache::SSI
Apache::SSI - Required for full server side includes support ( \s-1SSI\s0 ) beyond file includes
Tie::TextDir - Fast file based cache for CacheDB, good for caching large values for things like \s-1XSLT\s0 and $Response->Include() caching
Bundle::XML - Required for \s-1XML::XSLT\s0 support.
\s-1XML::XSLT\s0 - Required for \s-1XSLT\s0 support. May also use XML::Sablotron and XML::LibXSLT for this, which are not part of this bundle.
This bundle contains extra modules used by Apache::ASP.
Joshua Chamas