Binary package “libdevel-simpletrace-perl” in ubuntu focal

module to see where your code warns and dies using stack traces

 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.