Binary package “libcarp-always-perl” in ubuntu oracular

Perl module to make warn and die 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. 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.