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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jul 19 19:16:05 UTC 2008


Author: gregoa
Date: Sat Jul 19 19:16:03 2008
New Revision: 23416

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23416
Log:
Fix small error in long description and POD (closes: #477399).
Thanks to Reuben Thomas for the bug report.

Modified:
    trunk/libipc-run-perl/debian/changelog
    trunk/libipc-run-perl/debian/control
    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=23416&op=diff
==============================================================================
--- trunk/libipc-run-perl/debian/changelog (original)
+++ trunk/libipc-run-perl/debian/changelog Sat Jul 19 19:16:03 2008
@@ -10,6 +10,8 @@
   * Set Standards-Version to 3.7.3 (no changes).
   * Set debhelper compatibility level to 5.
   * Refresh debian/rules, no functional changes.
+  * Fix small error in long description and POD (closes: #477399).
+    Thanks to Reuben Thomas for the bug report.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:54:59 +0100
 

Modified: trunk/libipc-run-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-run-perl/debian/control?rev=23416&op=diff
==============================================================================
--- trunk/libipc-run-perl/debian/control (original)
+++ trunk/libipc-run-perl/debian/control Sat Jul 19 19:16:03 2008
@@ -16,7 +16,7 @@
 Architecture: all
 Depends: ${perl:Depends}, libio-pty-perl (>= 1.00)
 Description: Perl module for running processes
- This module allows one run and interact with child processes using
+ This module allows you to run and interact with child processes using
  files, pipes, 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.

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=23416&op=diff
==============================================================================
--- trunk/libipc-run-perl/debian/patches/fix-pod.patch (original)
+++ trunk/libipc-run-perl/debian/patches/fix-pod.patch Sat Jul 19 19:16:03 2008
@@ -4,7 +4,7 @@
 
 --- a/lib/IPC/Run.pm
 +++ b/lib/IPC/Run.pm
-@@ -27,7 +27,7 @@ IPC::Run - system() and background procs
+@@ -27,7 +27,7 @@
        run \@cat, '<', "in.txt", '>>', "out.txt", '2>>', "err.txt" ;
  
  
@@ -13,3 +13,12 @@
        run \@cat, '<pty<', \$in,  '>pty>', \$out_and_err ;
  
     ## Scripting subprocesses (like Expect):
+@@ -118,7 +118,7 @@
+ 
+ =head1 DESCRIPTION
+ 
+-IPC::Run allows you run and interact with child processes using files, pipes,
++IPC::Run allows you to run and interact with child processes using files, pipes,
+ 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.




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