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

perl-Test-LeakTrace-0.14-5.el7 RPM for aarch64

From EPEL 7 for aarch64 / Packages / p

Name: perl-Test-LeakTrace Distribution: Fedora Project
Version: 0.14 Vendor: Fedora Project
Release: 5.el7 Build date: Thu Oct 13 03:10:24 2016
Group: Development/Libraries Build host: buildvm-aarch64-14.arm.fedoraproject.org
Size: 111305 Source RPM: perl-Test-LeakTrace-0.14-5.el7.src.rpm
Packager: Fedora Project
Url: http://search.cpan.org/dist/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

* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Wed Jul 18 2012 Dan Horák <dan[at]danny.cz> - 0.14-4
  - valgrind is available only on selected arches and perl(Test::Valgrind) is noarch
* Mon Jun 18 2012 Petr Pisar <ppisar@redhat.com> - 0.14-3
  - Perl 5.16 rebuild
* Thu May 03 2012 Paul Howarth <paul@city-fan.org> - 0.14-2
  - BR: perl(Test::Valgrind) for additional test coverage
* Mon Mar 12 2012 Paul Howarth <paul@city-fan.org> - 0.14-1
  - 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
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Wed Jun 15 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.13-3
  - Perl mass rebuild
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Wed Nov 17 2010 Paul Howarth <paul@city-fan.org> - 0.13-1
  - 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
* Wed Nov 17 2010 Paul Howarth <paul@city-fan.org> - 0.11-1
  - Update to 0.11 (#654301)
    - Fix false-positive related to XS code (CPAN RT #58133)
* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.10-2
  - Mass rebuild with perl-5.12.0
* Sun Apr 04 2010 Chris Weyl <cweyl@alumni.drew.edu> - 0.10-1
  - Specfile by Fedora::App::MaintainerTools 0.006

Files

/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-0.14
/usr/share/doc/perl-Test-LeakTrace-0.14/Changes
/usr/share/doc/perl-Test-LeakTrace-0.14/README
/usr/share/doc/perl-Test-LeakTrace-0.14/benchmark
/usr/share/doc/perl-Test-LeakTrace-0.14/benchmark/devel_leaktrace.pl
/usr/share/doc/perl-Test-LeakTrace-0.14/benchmark/dlt_fast.pl
/usr/share/doc/perl-Test-LeakTrace-0.14/benchmark/nothing.pl
/usr/share/doc/perl-Test-LeakTrace-0.14/benchmark/tlt.pl
/usr/share/doc/perl-Test-LeakTrace-0.14/example
/usr/share/doc/perl-Test-LeakTrace-0.14/example/callback.pl
/usr/share/doc/perl-Test-LeakTrace-0.14/example/leaked_refs.pl
/usr/share/doc/perl-Test-LeakTrace-0.14/example/leaktrace.t
/usr/share/doc/perl-Test-LeakTrace-0.14/example/method_cache.pl
/usr/share/doc/perl-Test-LeakTrace-0.14/example/script.pl
/usr/share/doc/perl-Test-LeakTrace-0.14/example/simple.pl
/usr/share/doc/perl-Test-LeakTrace-0.14/example/test_fail.pl
/usr/share/doc/perl-Test-LeakTrace-0.14/example/weakref.pl
/usr/share/doc/perl-Test-LeakTrace-0.14/t
/usr/share/doc/perl-Test-LeakTrace-0.14/t/00_compile.t
/usr/share/doc/perl-Test-LeakTrace-0.14/t/01_info.t
/usr/share/doc/perl-Test-LeakTrace-0.14/t/02_refs.t
/usr/share/doc/perl-Test-LeakTrace-0.14/t/03_count.t
/usr/share/doc/perl-Test-LeakTrace-0.14/t/04_test_funcs.t
/usr/share/doc/perl-Test-LeakTrace-0.14/t/05_script.t
/usr/share/doc/perl-Test-LeakTrace-0.14/t/06_threads.t
/usr/share/doc/perl-Test-LeakTrace-0.14/t/07_eval.t
/usr/share/doc/perl-Test-LeakTrace-0.14/t/08_leaktrace.t
/usr/share/doc/perl-Test-LeakTrace-0.14/t/09_info_more.t
/usr/share/doc/perl-Test-LeakTrace-0.14/t/10_bad_use.t
/usr/share/doc/perl-Test-LeakTrace-0.14/t/11_logfp.t
/usr/share/doc/perl-Test-LeakTrace-0.14/t/12_padstale.t
/usr/share/doc/perl-Test-LeakTrace-0.14/t/13_do.t
/usr/share/doc/perl-Test-LeakTrace-0.14/t/lib
/usr/share/doc/perl-Test-LeakTrace-0.14/t/lib/foo.pl
/usr/share/doc/perl-Test-LeakTrace-0.14/xt
/usr/share/doc/perl-Test-LeakTrace-0.14/xt/01_podspell.t
/usr/share/doc/perl-Test-LeakTrace-0.14/xt/02_pod.t
/usr/share/doc/perl-Test-LeakTrace-0.14/xt/03_pod-coverage.t
/usr/share/doc/perl-Test-LeakTrace-0.14/xt/04_synopsis.t
/usr/share/doc/perl-Test-LeakTrace-0.14/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 13:53:38 2024