[ol7_developer_EPEL] perl-Test-LeakTrace-0.14-5.el7.aarch64

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.

Related Packages (Show Changelog) (Show Filelist)