Package perl-Test-Valgrind: Information

    Source package: perl-Test-Valgrind
    Version: 1.19-alt2
    Latest version according to Repology
    Build time:  Nov 29, 2023, 04:35 PM in the task #328163
    Category: Development/Perl
    Report package bug
    License: GPL+ or Artistic
    Summary: Generate suppressions, analyze and test any command with valgrind
    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.

    List of rpms provided by this srpm:
    perl-Test-Valgrind (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Ivan A. Melnikov

    List of contributors:
    Ivan A. Melnikov
    Igor Vlasenko

    ACL:
    Igor Vlasenko
    @everybody

      1. perl(Carp.pm)
      2. perl(Config.pm)
      3. perl(Digest/MD5.pm)
      4. perl(DynaLoader.pm)
      5. perl(Env/Sanctify.pm)
      6. perl(ExtUtils/Install.pm)
      7. perl(ExtUtils/MakeMaker.pm)
      8. perl(Fcntl.pm)
      9. perl(File/HomeDir.pm)
      10. perl(File/Path.pm)
      11. perl(File/Spec.pm)
      12. perl(File/Temp.pm)
      13. perl(Filter/Util/Call.pm)
      14. perl(List/Util.pm)
      15. valgrind >= 3.1.0
      16. rpm-build-perl
      17. rpm-macros-valgrind
      18. perl(POSIX.pm)
      19. perl(Perl/Destruct/Level.pm)
      20. perl(Scalar/Util.pm)
      21. perl(Test/Builder.pm)
      22. perl(Test/More.pm)
      23. perl(XML/Twig.pm)
      24. perl(XSLoader.pm)
      25. perl(base.pm)
      26. perl(lib.pm)
      27. perl(version.pm)
      28. perl-devel
      29. perl-podlators

    Last changed


    Oct. 4, 2021 Ivan A. Melnikov 1.19-alt2
    - don't require valgrind (and do nothing) on
      architectures that valgrind does not support
    Sept. 20, 2016 Igor Vlasenko 1.19-alt1
    - automated CPAN update
    Nov. 27, 2015 Igor Vlasenko 1.18-alt1
    - automated CPAN update