11 require Test::Valgrind;
12 Test::Valgrind->import(
13 action => 'Test::Valgrind::Test::Action',
19 => 'Test::Valgrind is required to test your distribution with valgrind';
24 XSLoader::load('Test::Valgrind', $Test::Valgrind::VERSION);
29 diag "leaking some bytes!";
30 Test::Valgrind::leak();