libdevel-simpletrace-perl

Module to see where your code warns and dies using stack traces
  https://metacpan.org/release/Devel-SimpleTrace
  0
  no reviews



Devel::simpletrace is a simple drop-in perl module that can be used to easily spot the place where a program or a module generates errors. it modifies the warn() and die() functions to replace the standard messages with complete stack traces that indicate how and where the error occurred.