Name: | perl-Test-LeakTrace |
---|---|
Version: | 0.14 |
Release: | 5.el7 |
Architecture: | aarch64 |
Group: | Development/Libraries |
Size: | 111321 |
License: | GPL+ or Artistic |
RPM: | perl-Test-LeakTrace-0.14-5.el7.aarch64.rpm |
Source RPM: | perl-Test-LeakTrace-0.14-5.el7.src.rpm |
Build Date: | Fri Jun 01 2018 |
Build Host: | ca-buildarm03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Test-LeakTrace/ |
Summary: | Trace memory leaks |
Description: | 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. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- valgrind is available only on selected arches and perl(Test::Valgrind) is noarch
- Perl 5.16 rebuild
- BR: perl(Test::Valgrind) for additional test coverage
- Update to 0.14 - Fix Test::Valgrind failures - Drop tests subpackage; move tests to main package documentation as long as we have %{perl_default_filter} to avoid the resulting doc-file dependencies - Run the release tests too, except for xt/05_valgrind.t since we don't have Test::Valgrind yet - BR: perl(Test::Pod), perl(Test::Pod::Coverage), perl(Test::Spelling), aspell-en/hunspell-en and perl(Test::Synopsis) for the release tests - Drop version requirement of perl(ExtUtils::MakeMaker) to 6.30, which works fine in EPEL-5 - Tidy %description - Make %files list more explicit - Package benchmark/ and example/ as documentation - Drop explicit versioned requires of perl(Exporter) ≥ 5.57, satisfied by all supported distributions - Don't need to remove empty directories from buildroot - Don't use macros for commands - Drop %defattr, redundant since rpm 4.4 - Use tabs
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Perl mass rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- Update to 0.13 - Use ">= 0", instead of "== 0" for no_leaks_ok() - Add count_sv() to count all the SVs in a perl interpreter - Fix tests broken for some perls in 0.12
- Update to 0.11 (#654301) - Fix false-positive related to XS code (CPAN RT #58133)