You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by pe...@apache.org on 2002/11/19 22:47:00 UTC

cvs commit: modperl-docs/src/docs/1.0/guide method_handlers.pod

pereinar    2002/11/19 13:47:00

  Modified:    src/docs/1.0/guide method_handlers.pod
  Log:
  Whitespace changes
  Submitted by:	Thomas
  Reviewed by:	pereinar
  
  Revision  Changes    Path
  1.3       +3 -3      modperl-docs/src/docs/1.0/guide/method_handlers.pod
  
  Index: method_handlers.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/method_handlers.pod,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- method_handlers.pod	12 May 2002 05:41:21 -0000	1.2
  +++ method_handlers.pod	19 Nov 2002 21:47:00 -0000	1.3
  @@ -79,9 +79,9 @@
   In startup.pl or another PerlRequire'd file:
   
    package This::Class;
  -
  + 
    $My::Obj = bless {};
  -
  + 
    sub method ($$) {
        my($obj, $r) = @_;
        $r->send_http_header("text/plain");
  @@ -111,7 +111,7 @@
   	 -size      => [131,18],
   	 -elements  => 'wday mday mon year hour min',
    );
  -
  + 
    $Client2::Datebar = new Datebar
   	 -imagepath => '/home/client2/datebar/',
   	 -size      => [90,14],
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org