DEBSOURCES
Skip Quicknav
sources / libcompress-snappy-perl / 0.25%2Bds-1 / xt / valgrind.t
123456789
use strict; use warnings; use Test::More; eval "use Test::Valgrind; 1" or do { plan skip_all => 'Test::Valgrind is not installed.'; }; leaky();