geoff       2004/11/08 20:33:09

  Modified:    perl-framework/Apache-Test MANIFEST
  Added:       perl-framework/Apache-Test INSTALL
  Log:
  add a simple INSTALL file to help new users
  
  Revision  Changes    Path
  1.14      +1 -0      httpd-test/perl-framework/Apache-Test/MANIFEST
  
  Index: MANIFEST
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/MANIFEST,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- MANIFEST  19 Aug 2004 19:14:29 -0000      1.13
  +++ MANIFEST  9 Nov 2004 04:33:09 -0000       1.14
  @@ -4,6 +4,7 @@
   MANIFEST
   Makefile.PL
   README
  +INSTALL
   SUPPORT
   ToDo
   install-pl
  
  
  
  1.1                  httpd-test/perl-framework/Apache-Test/INSTALL
  
  Index: INSTALL
  ===================================================================
  to install this module simply follow the canonical procedure
  for installing any perl module
  
    $ tar zxvf Apache-Test-1.XX.tar.gz
    $ cd Apache-Test-1.XX
  
    $ perl Makefile.PL
    $ make
    $ sudo make install
  
  if you want to run the tests contained within the distribution
  you can point to a suitable Apache distribution via
  
    $ perl Makefile.PL -httpd /path/to/your/apache/bin/httpd
  
  then 'make' and 'make install' as usual.
  
  for further directions, see the README.
  
  
  

Reply via email to