This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdevel-confess-perl.

commit 566f00a301bb18033dc97358c0c9a2b1abf97437
Author: gregor herrmann <gre...@debian.org>
Date:   Thu Oct 1 18:13:39 2015 +0200

    control
---
 debian/control | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 3f20197..6e2149a 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,12 @@ Testsuite: autopkgtest-pkg-perl
 Package: libdevel-confess-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Include stack traces on all warnings and errors
- (no description was found)
+Description: module to include stack traces on all warnings and errors
+ Devel::Confess is meant as a debugging aid. It can be used to make a script
+ complain loudly with stack backtraces when warn()ing or die()ing. Unlike
+ other similar modules (e.g. Carp::Always), it includes stack traces even when
+ exception objects are thrown.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ The stack traces are generated using Carp, and will work for all types of
+ errors. Carp's "carp" and "confess" functions will also be made to include
+ stack traces.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdevel-confess-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to