[SCM] Print out each line before it is executed (like sh -x) branch, master, updated. upstream/0.11-10-g2140c10

Florian Schlichting fschlich at zedat.fu-berlin.de
Fri Nov 11 08:46:17 UTC 2011


The following commit has been merged in the master branch:
commit 6050f6e73011aad3106632f66bb5e75428afe1b6
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Thu Nov 10 21:31:22 2011 +0000

    reword package description

diff --git a/debian/control b/debian/control
index cba469a..f711219 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Homepage: http://search.cpan.org/dist/Devel-Trace/
 Package: libdevel-trace-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Print out each line before it is executed (like sh -x)
- If you run your program with perl -d:Trace program, this module will print a
- message to standard error just before each line is executed.
+Description: Perl module to aid debugging by printing out each line before execution
+ Devel::Trace does for Perl what set -x does for shell scripts: Run your
+ program with 'perl -d:Trace program', and it will print each line to
+ standard error just before it is executed.

-- 
Print out each line before it is executed (like sh -x)



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