libcarp-always-perl

Perl module to make warn and die noisy with stack backtraces
  http://search.cpan.org/dist/Carp-Always/
  0
  no reviews



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. thus, it is commonly used on the command line, to give more context to those mysterious warnings from deep down inside the module, without the need to edit code.