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

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Sun Jul 19 01:28:58 UTC 2009


Author: gwolf
Date: Sun Jul 19 01:28:43 2009
New Revision: 40160

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40160
Log:
Updated patches for new upstream version

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=40160&op=diff
==============================================================================
--- trunk/libipc-run-perl/debian/patches/fix-pod.patch (original)
+++ trunk/libipc-run-perl/debian/patches/fix-pod.patch Sun Jul 19 01:28:43 2009
@@ -5,8 +5,10 @@
 Author: gregor herrmann <gregoa at debian.org>
 Description: and some more POD errors
 
---- a/lib/IPC/Run.pm
-+++ b/lib/IPC/Run.pm
+Index: libipc-run-perl/lib/IPC/Run.pm
+===================================================================
+--- libipc-run-perl.orig/lib/IPC/Run.pm	2009-07-19 03:24:36.000000000 +0200
++++ libipc-run-perl/lib/IPC/Run.pm	2009-07-19 03:26:18.000000000 +0200
 @@ -112,7 +112,7 @@
  
  =head1 DESCRIPTION
@@ -16,45 +18,41 @@
  and pseudo-ttys.  Both system()-style and scripted usages are supported and
  may be mixed.  Likewise, functional and OO API styles are both supported and
  may be mixed.
-@@ -1005,8 +1005,6 @@
+@@ -1005,6 +1005,8 @@
  
  =head1 ROUTINES
  
--=over
--
++=over
++
  =cut
  
  use strict;
-@@ -1403,6 +1401,8 @@
+@@ -3605,6 +3607,8 @@
  
- =pod
+ =back
  
-+=over
++=back
 +
- =item run
+ =head1 FILTERS
  
- Run takes a harness or harness specification and runs it, pumping
-@@ -3459,6 +3459,7 @@
- }
+ These filters are used to modify input our output between a child
+Index: libipc-run-perl/lib/IPC/Run/IO.pm
+===================================================================
+--- libipc-run-perl.orig/lib/IPC/Run/IO.pm	2009-07-19 03:24:36.000000000 +0200
++++ libipc-run-perl/lib/IPC/Run/IO.pm	2009-07-19 03:24:38.000000000 +0200
+@@ -224,6 +224,8 @@
  
- =pod
-+
- =item result
- 
-    $h->result;
---- a/lib/IPC/Run/IO.pm
-+++ b/lib/IPC/Run/IO.pm
-@@ -220,6 +220,8 @@
-    return $self;
- }
+ =over
  
 +=over
 +
  =item filename
  
  Gets/sets the filename.  Returns the value after the name change, if
---- a/lib/IPC/Run/Timer.pm
-+++ b/lib/IPC/Run/Timer.pm
+Index: libipc-run-perl/lib/IPC/Run/Timer.pm
+===================================================================
+--- libipc-run-perl.orig/lib/IPC/Run/Timer.pm	2009-07-19 03:24:36.000000000 +0200
++++ libipc-run-perl/lib/IPC/Run/Timer.pm	2009-07-19 03:25:44.000000000 +0200
 @@ -658,6 +658,8 @@
  Note:  Setting the state to 'undef' to expire a timer will not throw an
  exception.
@@ -64,3 +62,12 @@
  =cut
  
  sub state {
+@@ -675,8 +677,6 @@
+ 
+ =pod
+ 
+-=back
+-
+ =head1 TODO
+ 
+ use Time::HiRes; if it's present.




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