r41658 - /trunk/libcarp-always-perl/debian/control

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Tue Aug 11 02:28:12 UTC 2009


Author: ryan52-guest
Date: Tue Aug 11 02:28:05 2009
New Revision: 41658

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41658
Log:
improve descriptions

Modified:
    trunk/libcarp-always-perl/debian/control

Modified: trunk/libcarp-always-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcarp-always-perl/debian/control?rev=41658&op=diff
==============================================================================
--- trunk/libcarp-always-perl/debian/control (original)
+++ trunk/libcarp-always-perl/debian/control Tue Aug 11 02:28:05 2009
@@ -13,32 +13,6 @@
 Package: libcarp-always-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, perl-modules
-Description: Warns and dies noisily with stack backtraces
+Description: Perl module to make warns and dies noisy with stack backtraces
  Carp::Always 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.
- .
- Here are how stack backtraces produced by this module looks:
- .
- # it works for explicit die's and warn's
- .
- $ perl -MCarp::Always -e 'sub f { die "arghh" }; sub g { f }; g'
- .
- arghh at -e line 1
- .
- main::f() called at -e line 1
- .
- main::g() called at -e line 1
- .
- # it works for interpreter-thrown failures
- .
- $ perl -MCarp::Always -w -e 'sub f { $a = shift; @a = @$a };' \
- .
- -e 'sub g { f(undef) }; g'
- .
- Use of uninitialized value in array dereference at -e line 1
- .
- main::f('undef') called at -e line 2
- .
- main::g() called at -e line 2
- .
- This description was automagically extracted from the module by dh-make-perl.




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