notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/p5-Test-LeakTrace/distinfo
SVNWeb

Number of commits found: 5

Wed, 6 Jan 2021
[ 20:25 sunpoet search for other commits by this committer ] Original commit   Revision:560580
Update to 0.17

Changes:	https://metacpan.org/changes/distribution/Test-LeakTrace
Sun, 18 Jun 2017
[ 17:32 sunpoet search for other commits by this committer ] Original commit   Revision:443836
Update to 0.16

- Add LICENSE

Changes:	http://search.cpan.org/dist/Test-LeakTrace/Changes
Mon, 24 Nov 2014
[ 18:26 sunpoet search for other commits by this committer ] Original commit   Revision:373252
- Update to 0.15

Changes:	http://search.cpan.org/dist/Test-LeakTrace/Changes
Fri, 7 Oct 2011
[ 16:15 sunpoet search for other commits by this committer ] Original commit 
- Update to 0.14

Changes:        http://search.cpan.org/dist/Test-LeakTrace/Changes
Wed, 10 Aug 2011
[ 12:13 sunpoet search for other commits by this committer ] Original commit 
- Add p5-Test-LeakTrace 0.13

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.

WWW: http://search.cpan.org/dist/Test-LeakTrace/

Number of commits found: 5