There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

valgrind_test.plx - Run KinoSearch test suite under Valgrind.

SYNOPSIS

$ PERL_DESTRUCT_LEVEL=2
$ export PERL_DESTRUCT_LEVEL
$ /usr/local/debugperl/bin/perl5.8.8 Build.PL
$ ./Build code
$ /usr/local/debugperl/bin/perl5.8.8 ../devel/valgrind_test.plx

DESCRIPTION

Run the entire KS test suite under valgrind, saving the output to valgrind_test.log.

Must be run under a debugging Perl version 5.8.8, and with the PERL_DESTRUCT_LEVEL environment variable set to 2.

AUTHOR

Marvin Humphrey, <marvin at rectangular dot com>

COPYRIGHT & LICENSE

Copyright 2005-2007 Marvin Humphrey

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.