Package : perl-Carp-Always

Package details

Summary: Warns and dies noisily with stack backtraces

Description:
This module 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:


$ 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


URL: http://search.cpan.org/dist/Carp-Always
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs