Hi!

Long time till my last post here ...

Hopefully I'll have some more time in the next months.

Attached is a very small patch, adding only some spaces to
method_handlers.pod. It removes some holes in the thin blue line left
of the code fragments caused by empty lines.

Very minor. But I found it annyoing, so here it goes...

-- 
#!/usr/bin/perl                                http://domm.zsi.at
for(ref(bless[],just'another'perl'hacker)){s-:+-$"-g&&print$_.$/}
? patch
Index: method_handlers.pod
===================================================================
RCS file: /home/cvspublic/modperl-docs/src/docs/1.0/guide/method_handlers.pod,v
retrieving revision 1.2
diff -u -u -r1.2 method_handlers.pod
--- method_handlers.pod 12 May 2002 05:41:21 -0000      1.2
+++ method_handlers.pod 19 Nov 2002 20:48:32 -0000
@@ -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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to