Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Review Request: perl-Test-LeakTrace - Traces memory leaks Alias: perl-Test-LeakTrace https://bugzilla.redhat.com/show_bug.cgi?id=579299 Summary: Review Request: perl-Test-LeakTrace - Traces memory leaks Product: Fedora Version: rawhide Platform: All URL: http://search.cpan.org/dist/Test-LeakTrace OS/Version: Linux Status: NEW Severity: medium Priority: low Component: Package Review AssignedTo: nobody@xxxxxxxxxxxxxxxxx ReportedBy: cweyl@xxxxxxxxxxxxxxx QAContact: extras-qa@xxxxxxxxxxxxxxxxx CC: notting@xxxxxxxxxx, fedora-package-review@xxxxxxxxxx Estimated Hours: 0.0 Classification: Fedora Spec URL: http://fedorapeople.org/~cweyl/review/perl-Test-LeakTrace.spec SRPM URL: http://fedorapeople.org/~cweyl/review/perl-Test-LeakTrace-0.10-1.fc12.src.rpm 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 which 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. Koji build: http://koji.fedoraproject.org/koji/taskinfo?taskID=2093808 Additional Comment: This is a new optional testing requirement of Class::MOP. *rt-0.10_01 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review