home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / perl / ASP.pm < prev    next >
Encoding:
Perl POD Document  |  2002-09-12  |  567 b   |  35 lines

  1. package Bundle::Apache::ASP;
  2.  
  3. $VERSION = '1.10';
  4.  
  5. 1;
  6.  
  7. __END__
  8.  
  9. =head1 NAME
  10.  
  11. Bundle::Apache::ASP - Install Apache::ASP and required
  12.  
  13. =head1 SYNOPSIS
  14.  
  15.  perl -MCPAN -e 'install Bundle::Apache::ASP'
  16.  
  17. =head1 CONTENTS
  18.  
  19. MLDBM          - This is used for reading and writing multi-level hashes on disk
  20.  
  21. Digest::MD5      - 32 byte hash algorithm for cookie session-id
  22.  
  23. MLDBM::Sync       - Enables safe concurrent access to MLDBM databases.
  24.  
  25. Apache::ASP      - A perl ASP port to Apache
  26.  
  27. =head1 DESCRIPTION
  28.  
  29. This bundle contains modules used by Apache::ASP.
  30.  
  31. =head1 AUTHOR
  32.  
  33. Joshua Chamas
  34.  
  35.