The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/bin/sh
PERL_DESTRUCT_LEVEL=2 valgrind --num-callers=8 --leak-resolution=high \
 --leak-check=yes --show-reachable=yes "$@"