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

Perl module to aid debugging by printing out each line before execution

 Devel::Trace does for Perl what set -x does for shell scripts: Run your
 program with 'perl -d:Trace program', and it will print each line to
 standard error just before it is executed.