r54958 - /trunk/libipc-run-perl/debian/patches/fix-pod.patch

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sun Mar 28 19:04:18 UTC 2010


Author: carnil-guest
Date: Sun Mar 28 19:04:04 2010
New Revision: 54958

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54958
Log:
refresh some patches for POD fixing

Modified:
    trunk/libipc-run-perl/debian/patches/fix-pod.patch

Modified: trunk/libipc-run-perl/debian/patches/fix-pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-run-perl/debian/patches/fix-pod.patch?rev=54958&op=diff
==============================================================================
--- trunk/libipc-run-perl/debian/patches/fix-pod.patch (original)
+++ trunk/libipc-run-perl/debian/patches/fix-pod.patch Sun Mar 28 19:04:04 2010
@@ -1,7 +1,9 @@
-Description: Fix some errors in POD
+Description: Fix some errors in POD and some spelling errors in
+ POD.
 Origin: vendor
 Bug-Debian: http://bugs.debian.org/477399
 Author: gregor herrmann <gregoa at debian.org>
+Reviewed-by: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
 --- a/lib/IPC/Run.pm
 +++ b/lib/IPC/Run.pm
 @@ -112,7 +112,7 @@
@@ -22,6 +24,19 @@
  =cut
  
  use strict;
+@@ -1531,10 +1533,10 @@
+ Sends a C<TERM>, waits for all children to exit for up to 30 seconds, then
+ sends a C<KILL> to any that survived the C<TERM>.
+ 
+-Will wait for up to 30 more seconds for the OS to sucessfully C<KILL> the
++Will wait for up to 30 more seconds for the OS to successfully C<KILL> the
+ processes.
+ 
+-The 30 seconds may be overriden by setting the C<grace> option, this
++The 30 seconds may be overridden by setting the C<grace> option, this
+ overrides both timers.
+ 
+ The harness is then cleaned up.
 @@ -3609,6 +3611,8 @@
  
  =back
@@ -31,8 +46,26 @@
  =head1 FILTERS
  
  These filters are used to modify input our output between a child
+@@ -4094,7 +4098,7 @@
+ gets replaced with /dev/fd or the name of a temporary file containing foo's
+ output.  This is like <(sub_cmd ...) found in bash and csh (IIRC).
+ 
+-Allow multiple harnesses to be combined as independant sets of processes
++Allow multiple harnesses to be combined as independent sets of processes
+ in to one 'meta-harness'.
+ 
+ Allow a harness to be passed in place of an \@cmd.  This would allow
 --- a/lib/IPC/Run/IO.pm
 +++ b/lib/IPC/Run/IO.pm
+@@ -48,7 +48,7 @@
+ =head1 DESCRIPTION
+ 
+ This class and module allows filehandles and filenames to be harnessed for
+-I/O when used IPC::Run, independant of anything else IPC::Run is doing
++I/O when used IPC::Run, independent of anything else IPC::Run is doing
+ (except that errors & exceptions can affect all things that IPC::Run is
+ doing).
+ 
 @@ -223,6 +223,8 @@
  
  =over
@@ -42,6 +75,15 @@
  =item filename
  
  Gets/sets the filename.  Returns the value after the name change, if
+@@ -311,7 +313,7 @@
+ =item open_pipe
+ 
+ If this is a redirection IO object, this opens the pipe in a platform
+-independant manner.
++independent manner.
+ 
+ =cut
+ 
 --- a/lib/IPC/Run/Timer.pm
 +++ b/lib/IPC/Run/Timer.pm
 @@ -658,6 +658,8 @@
@@ -62,3 +104,14 @@
  =head1 TODO
  
  use Time::HiRes; if it's present.
+--- a/lib/IPC/Run/Debug.pm
++++ b/lib/IPC/Run/Debug.pm
+@@ -25,7 +25,7 @@
+ =head1 DESCRIPTION
+ 
+ Controls IPC::Run debugging.  Debugging levels are now set by using words,
+-but the numbers shown are still supported for backwards compatability:
++but the numbers shown are still supported for backwards compatibility:
+ 
+    0  none         disabled (special, see below)
+    1  basic        what's running




More information about the Pkg-perl-cvs-commits mailing list