diff --git a/src/run-tests.pl b/src/run-tests.pl index 2b695e2..f54f1dc 100755 --- a/src/run-tests.pl +++ b/src/run-tests.pl @@ -6,6 +6,11 @@ use warnings; use strict; + +use Carp; +$SIG{__WARN__} = \&Carp::cluck; +$SIG{__DIE__} = \&Carp::confess; + use Cwd; use File::Path; use File::Temp 'tempdir';