home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-perl-addon-1.4.9-installer.exe / Extra.pm < prev    next >
Encoding:
Perl POD Document  |  2002-01-21  |  1.7 KB  |  59 lines

  1. package Bundle::Apache::ASP::Extra;
  2.  
  3. $VERSION = '1.02';
  4.  
  5. 1;
  6.  
  7. __END__
  8.  
  9. =head1 NAME
  10.  
  11.   Bundle::Apache::ASP::Extra - Install modules that provide additional functionality to Apache::ASP
  12.  
  13. =head1 SYNOPSIS
  14.  
  15.  perl -MCPAN -e 'install Bundle::Apache::ASP::Extra'
  16.  
  17. =head1 CONTENTS
  18.  
  19. Bundle::Apache::ASP  - Base for Apache::ASP installation
  20.  
  21. CGI          - Required for file upload, make test, and command line ./cgi/asp script
  22.  
  23. HTML::Parser      - Required for HTML::FillInForm
  24.  
  25. HTML::Clean      - Compress text/html with Clean config or $Response->{Clean} set to 1-9
  26.  
  27. Net::SMTP      - Runtime errors can be mailed to the webmaster with MailErrorTo config
  28.  
  29. Devel::Symdump      - Used for StatINC setting, which reloads modules dynamically
  30.  
  31. Apache::DBI      - Cache database connections per process
  32.  
  33. Compress::Zlib    - Gzip compress HTML output on the fly
  34.  
  35. Time::HiRes       - Sub second timing of execution with Debug 3 or -3 enabled
  36.  
  37. HTML::FillInForm  - FormFill functionality which autofills HTML forms from form data
  38.  
  39. Apache::Filter    - Required for SSI filtering with Apache::SSI
  40.  
  41. HTML::SimpleParse - Required for SSI filtering with Apache::SSI
  42.  
  43. Apache::SSI       - Required for full server side includes support ( SSI ) beyond file includes
  44.  
  45. Tie::TextDir      - Fast file based cache for CacheDB, good for caching large values for things like XSLT and $Response->Include() caching
  46.  
  47. Bundle::XML       - Required for XML::XSLT support.
  48.  
  49. XML::XSLT         - Required for XSLT support.  May also use XML::Sablotron and XML::LibXSLT for this, which are not part of this bundle.
  50.  
  51. =head1 DESCRIPTION
  52.  
  53. This bundle contains extra modules used by Apache::ASP.
  54.  
  55. =head1 AUTHOR
  56.  
  57. Joshua Chamas
  58.  
  59.