r29343 - in /trunk/libipc-run-perl/debian: changelog patches/fix-pod.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Jan 5 16:45:43 UTC 2009


Author: gregoa
Date: Mon Jan  5 16:45:39 2009
New Revision: 29343

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29343
Log:
Fix some more POD errors in fix-pod.patch.

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

Modified: trunk/libipc-run-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-run-perl/debian/changelog?rev=29343&op=diff
==============================================================================
--- trunk/libipc-run-perl/debian/changelog (original)
+++ trunk/libipc-run-perl/debian/changelog Mon Jan  5 16:45:39 2009
@@ -10,6 +10,7 @@
   * debian/control: Added: ${misc:Depends} to Depends: field.
   * Add a description to hashbang.patch.
   * debian/control: remove Section and Priority field from binary stanza.
+  * Fix some more POD errors in fix-pod.patch.
 
  -- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>  Fri, 19 Dec 2008 12:31:27 +0100
 

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=29343&op=diff
==============================================================================
--- trunk/libipc-run-perl/debian/patches/fix-pod.patch (original)
+++ trunk/libipc-run-perl/debian/patches/fix-pod.patch Mon Jan  5 16:45:39 2009
@@ -1,13 +1,12 @@
-Author: Jay Bonci <jaybonci at debian.org>
-Description: Fix for typo in man page
-Bug: #333554
-
 Author: gregor herrmann <gregoa at debian.org>
 Description: another error in the POD
 Bug: #477399
 
---- a/lib/IPC/Run.pm	2008-12-19 12:31:04.000000000 +0100
-+++ b/lib/IPC/Run.pm.new	2008-12-19 12:46:30.000000000 +0100
+Author: gregor herrmann <gregoa at debian.org>
+Description: and some more POD errors
+
+--- a/lib/IPC/Run.pm
++++ b/lib/IPC/Run.pm
 @@ -112,7 +112,7 @@
  
  =head1 DESCRIPTION
@@ -17,3 +16,51 @@
  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 @@
+ 
+ =head1 ROUTINES
+ 
+-=over
+-
+ =cut
+ 
+ use strict;
+@@ -1403,6 +1401,8 @@
+ 
+ =pod
+ 
++=over
++
+ =item run
+ 
+ Run takes a harness or harness specification and runs it, pumping
+@@ -3459,6 +3459,7 @@
+ }
+ 
+ =pod
++
+ =item result
+ 
+    $h->result;
+--- a/lib/IPC/Run/IO.pm
++++ b/lib/IPC/Run/IO.pm
+@@ -220,6 +220,8 @@
+    return $self;
+ }
+ 
++=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
+@@ -658,6 +658,8 @@
+ Note:  Setting the state to 'undef' to expire a timer will not throw an
+ exception.
+ 
++=back
++
+ =cut
+ 
+ sub state {




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