This is a patch so that the resulting text is:

   ...we will have peace, when you and all your works have
   perished--and the works of your dark master to whom you
   would deliver us. You are a liar, Saruman, and a corrupter
   of men's hearts.
   --Theoden in /usr/src/perl/taint.c


And not:

   ...we will have peace, when you and all your works have
   perished
   --and the works of your dark master to whom you
   would deliver us. You are a liar, Saruman, and a corrupter
   of men's hearts.  --Theoden in /usr/src/perl/taint.c


--- Bird:src:perl:perl:pod:perlfaq4.pod   Mon Feb  4 10:36:48 2002
+++ Bird:src:perl:perl:pod:perlfaq4.pod.new  Thu Feb  7 12:01:57 2002
@@ -975,7 +975,7 @@
             would deliver us. You are a liar, Saruman, and a corrupter
             of men's hearts.  --Theoden in /usr/src/perl/taint.c
         FINIS
-    $quote =~ s/\s*--/\n--/;
+    $quote =~ s/\s+--/\n--/;
 
 A nice general-purpose fixer-upper function for indented here documents
 follows.  It expects to be called with a here document as its argument.

-- 
Chris Nandor                      [EMAIL PROTECTED]    http://pudge.net/
Open Source Development Network    [EMAIL PROTECTED]     http://osdn.com/

Reply via email to