You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@hyperreal.org on 1998/09/25 15:36:34 UTC

cvs commit: modperl ToDo mod_perl.pod mod_perl_traps.pod

dougm       98/09/25 06:36:33

  Modified:    .        ToDo mod_perl.pod mod_perl_traps.pod
  Log:
  minor changes
  
  Revision  Changes    Path
  1.92      +4 -0      modperl/ToDo
  
  Index: ToDo
  ===================================================================
  RCS file: /export/home/cvs/modperl/ToDo,v
  retrieving revision 1.91
  retrieving revision 1.92
  diff -u -r1.91 -r1.92
  --- ToDo	1998/09/22 15:33:37	1.91
  +++ ToDo	1998/09/25 13:36:32	1.92
  @@ -3,6 +3,10 @@
                    (well, close to it anyhow)
   ---------------------------------------------------------------------------
   
  +- have mod_perl 'use Apache 1.24'
  +
  +- turn of strip of httpd during 'make install'
  +
   - $ENV{PATH}
   
   - 'make htmldoc' (Brian Moseley)
  
  
  
  1.13      +2 -2      modperl/mod_perl.pod
  
  Index: mod_perl.pod
  ===================================================================
  RCS file: /export/home/cvs/modperl/mod_perl.pod,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- mod_perl.pod	1998/08/25 21:01:17	1.12
  +++ mod_perl.pod	1998/09/25 13:36:32	1.13
  @@ -778,14 +778,14 @@
   
   =head1 Win32
   
  -Jeffey Baker maintains the win32 binary distribution of mod_perl available
  +Jeffrey Baker maintains the win32 binary distribution of mod_perl available
   from: 
   
    http://www.perl.com/CPAN/authors/Jeffrey_Baker/
   
   =head1 REVISION
   
  -$Id: mod_perl.pod,v 1.12 1998/08/25 21:01:17 dougm Exp $
  +$Id: mod_perl.pod,v 1.13 1998/09/25 13:36:32 dougm Exp $
   
   =head1 AUTHOR
   
  
  
  
  1.9       +0 -8      modperl/mod_perl_traps.pod
  
  Index: mod_perl_traps.pod
  ===================================================================
  RCS file: /export/home/cvs/modperl/mod_perl_traps.pod,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- mod_perl_traps.pod	1998/07/13 20:43:08	1.8
  +++ mod_perl_traps.pod	1998/09/25 13:36:32	1.9
  @@ -224,14 +224,6 @@
   
   =back
   
  -
  -=head2 I/O 
  -
  -Unless you have perl version 5.004 or higher, by default, you cannot
  -print() to STDOUT from your script, use $r->print() instead.  Nor can
  -you read() from STDIN, use $r->read() or the $r->content() methods to
  -read POST data. 
  -
   =head2 Clashes with other Apache C modules
   
   =over 4