r28143 - /trunk/libipc-system-simple-perl/debian/control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Dec 12 22:51:13 UTC 2008


Author: gregoa
Date: Fri Dec 12 22:51:10 2008
New Revision: 28143

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28143
Log:
try to improve short and long description

Modified:
    trunk/libipc-system-simple-perl/debian/control

Modified: trunk/libipc-system-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-system-simple-perl/debian/control?rev=28143&op=diff
==============================================================================
--- trunk/libipc-system-simple-perl/debian/control (original)
+++ trunk/libipc-system-simple-perl/debian/control Fri Dec 12 22:51:10 2008
@@ -13,11 +13,10 @@
 Package: libipc-system-simple-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
-Description: Run commands simply, with detailed diagnostics
+Description: Perl module to run commands simply, with detailed diagnostics
  Calling Perl's in-built system() function is easy, 
- determining if it was successful is hard. Let's face it, $? 
- isn't the nicest variable in the world to play with, 
- and even if you do check it, producing a well-formatted error 
- string takes a lot of work.
+ determining if it was successful is hard.
  .
- IPC::System::Simple takes the hard work out of calling external commands.
+ IPC::System::Simple takes the hard work out of calling external commands; all
+ of your system() commands will either succeeed (run to completion and return
+ a zero exit value), or die with rich diagnostic messages.




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