Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Test-LeakTrace-0.17-9.fc37 RPM for x86_64

From Fedora 37 for x86_64 / p

Name: perl-Test-LeakTrace Distribution: Fedora Project
Version: 0.17 Vendor: Fedora Project
Release: 9.fc37 Build date: Fri Jul 22 13:40:41 2022
Group: Unspecified Build host: buildvm-x86-27.iad2.fedoraproject.org
Size: 67181 Source RPM: perl-Test-LeakTrace-0.17-9.fc37.src.rpm
Packager: Fedora Project
Url: https://metacpan.org/release/Test-LeakTrace
Summary: Trace memory leaks
Test::LeakTrace provides several functions that trace memory leaks. This module
scans arenas, the memory allocation system, so it can detect any leaked SVs in
given blocks.

Leaked SVs are SVs that are not released after the end of the scope they have
been created. These SVs include global variables and internal caches. For
example, if you call a method in a tracing block, perl might prepare a cache
for the method. Thus, to trace true leaks, no_leaks_ok() and leaks_cmp_ok()
executes a block more than once.

Provides

Requires

License

GPL+ or Artistic

Changelog

* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-9
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jun 03 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.17-8
  - Perl 5.36 re-rebuild of bootstrapped packages
* Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.17-7
  - Perl 5.36 rebuild
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.17-4
  - Perl 5.34 re-rebuild of bootstrapped packages
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.17-3
  - Perl 5.34 rebuild
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jan 05 2021 Paul Howarth <paul@city-fan.org> - 0.17-1
  - Update to 0.17
    - Point issue tracker at GitHub
  - Upstream no longer uses Module::Install
  - Unconditionally include tests as documentation
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-18
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Files

/usr/lib/.build-id
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/e6ebadf8a617edc9de9601a769af8bbd9337aa
/usr/lib64/perl5/vendor_perl/Test
/usr/lib64/perl5/vendor_perl/Test/LeakTrace
/usr/lib64/perl5/vendor_perl/Test/LeakTrace.pm
/usr/lib64/perl5/vendor_perl/Test/LeakTrace/JA.pod
/usr/lib64/perl5/vendor_perl/Test/LeakTrace/Script.pm
/usr/lib64/perl5/vendor_perl/auto/Test
/usr/lib64/perl5/vendor_perl/auto/Test/LeakTrace
/usr/lib64/perl5/vendor_perl/auto/Test/LeakTrace/LeakTrace.so
/usr/share/doc/perl-Test-LeakTrace
/usr/share/doc/perl-Test-LeakTrace/Changes
/usr/share/doc/perl-Test-LeakTrace/README
/usr/share/doc/perl-Test-LeakTrace/benchmark
/usr/share/doc/perl-Test-LeakTrace/benchmark/devel_leaktrace.pl
/usr/share/doc/perl-Test-LeakTrace/benchmark/dlt_fast.pl
/usr/share/doc/perl-Test-LeakTrace/benchmark/nothing.pl
/usr/share/doc/perl-Test-LeakTrace/benchmark/tlt.pl
/usr/share/doc/perl-Test-LeakTrace/example
/usr/share/doc/perl-Test-LeakTrace/example/callback.pl
/usr/share/doc/perl-Test-LeakTrace/example/leaked_refs.pl
/usr/share/doc/perl-Test-LeakTrace/example/leaktrace.t
/usr/share/doc/perl-Test-LeakTrace/example/method_cache.pl
/usr/share/doc/perl-Test-LeakTrace/example/script.pl
/usr/share/doc/perl-Test-LeakTrace/example/simple.pl
/usr/share/doc/perl-Test-LeakTrace/example/test_fail.pl
/usr/share/doc/perl-Test-LeakTrace/example/weakref.pl
/usr/share/doc/perl-Test-LeakTrace/t
/usr/share/doc/perl-Test-LeakTrace/t/00_compile.t
/usr/share/doc/perl-Test-LeakTrace/t/01_info.t
/usr/share/doc/perl-Test-LeakTrace/t/02_refs.t
/usr/share/doc/perl-Test-LeakTrace/t/03_count.t
/usr/share/doc/perl-Test-LeakTrace/t/04_test_funcs.t
/usr/share/doc/perl-Test-LeakTrace/t/05_script.t
/usr/share/doc/perl-Test-LeakTrace/t/06_threads.t
/usr/share/doc/perl-Test-LeakTrace/t/07_eval.t
/usr/share/doc/perl-Test-LeakTrace/t/08_leaktrace.t
/usr/share/doc/perl-Test-LeakTrace/t/09_info_more.t
/usr/share/doc/perl-Test-LeakTrace/t/10_bad_use.t
/usr/share/doc/perl-Test-LeakTrace/t/11_logfp.t
/usr/share/doc/perl-Test-LeakTrace/t/12_padstale.t
/usr/share/doc/perl-Test-LeakTrace/t/13_do.t
/usr/share/doc/perl-Test-LeakTrace/t/lib
/usr/share/doc/perl-Test-LeakTrace/t/lib/foo.pl
/usr/share/doc/perl-Test-LeakTrace/xt
/usr/share/doc/perl-Test-LeakTrace/xt/01_podspell.t
/usr/share/doc/perl-Test-LeakTrace/xt/02_pod.t
/usr/share/doc/perl-Test-LeakTrace/xt/03_pod-coverage.t
/usr/share/doc/perl-Test-LeakTrace/xt/04_synopsis.t
/usr/share/doc/perl-Test-LeakTrace/xt/05_valgrind.t
/usr/share/man/man3/Test::LeakTrace.3pm.gz
/usr/share/man/man3/Test::LeakTrace::JA.3pm.gz
/usr/share/man/man3/Test::LeakTrace::Script.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 20:33:48 2024