[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project perl-Test-Valgrind-1.19-23.el10_1

Name perl-Test-Valgrind
Epoch 0
Version 1.19
Release 23.el10_1
Website/URL https://metacpan.org/release/Test-Valgrind
License GPL-1.0-or-later OR Artistic-1.0-Perl
Build Time 2025-11-25 22:59:42
Build Host builder-arm64-1.inferitos.ru
Summary Generate suppressions, analyze and test any command with valgrind
Repositories Extras
Description The Test::Valgrind::* API lets you run Perl code through the memcheck tool of the valgrind memory debugger, to test for memory errors and leaks. The Test::Valgrind module itself is a front-end to this API. If they aren't available yet, it will first generate suppressions for the current perl interpreter and store them in the portable flavor of ~/.perl/Test-Valgrind/suppressions/$VERSION. The actual run will then take place, and tests will be passed or failed according to the result of the analysis. The complete API is much more versatile than this. By declaring an appropriate Test::Valgrind::Command class, you can run any executable (that is, not only Perl scripts) under valgrind, generate the corresponding suppressions on-the-fly and convert the analysis result to TAP output so that it can be incorporated into your project's test suite. If you're not interested in producing TAP, you can output the results in whatever format you like (for example HTML pages) by defining your own Test::Valgrind::Action class.
Errata
× Full screenshot
Packages link
Package Summary SHA-256 checksum
noarch
perl-Test-Valgrind-1.19-23.el10_1.noarch Generate suppressions, analyze and test any command with valgrind 0342975e03dd473d13756d4cce88eac73b1c56be57a7d8e815c269ba859642ea download
src
perl-Test-Valgrind-1.19-23.el10_1.src Generate suppressions, analyze and test any command with valgrind 404dee2f516491959e6fbee73fbb9e27ad203b78d78c3e39cf98cbf6b997a46a download
Changelog link
* Tue Nov 25 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.19-23
- Rebuilt for MSVSphere 10