richter     2005/08/08 22:14:24

  Modified:    Embperl  Object.pm
  Log:
  docs
  
  Revision  Changes    Path
  1.19      +3 -0      embperl/Embperl/Object.pm
  
  Index: Object.pm
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl/Object.pm,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- Object.pm 9 Aug 2005 05:12:19 -0000       1.18
  +++ Object.pm 9 Aug 2005 05:14:24 -0000       1.19
  @@ -552,6 +552,9 @@
   as parameter. The init method can change the parameters inside the request 
object
   to influence the current request.
   
  +The init method should return zero or a valid HTTP status code (e.g. return 
302
  +and set the location header in %http_headers_out)
  +
   =head1 Execute
   
   You can use I<Embperl::Object> also offline. You can do this by calling the 
function
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to