Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
share
/
doc
/
perl-Test-Refcount
Upload
4 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
Changes
1.69 KB
-rw-r--r--
2019-06-26 10:30:36
Edit
Del
README
8.09 KB
-rw-r--r--
2019-06-26 10:30:36
Edit
Del
Editing: Changes
(1.69 KB)
Path: /usr/share/doc/perl-Test-Refcount/Changes
Back
Revision history for Test-Refcount 0.10 2019-06-26 11:28:13 [BUGFIXES] * Fix unit tests to handle when both Devel::MAT and Devel::FindRef are available (RT129908) (No module code changes, purely tests) 0.09 2019-06-25 21:06:57 [CHANGES] * Add a `refcount()` function that callers can use to build refcount-preserving tests * Adjust docs to explain more about the Devel::MAT use-case * General build file style updates 0.08 2014/03/27 16:10:38 [CHANGES] * Optional integration with Devel::MAT if available, to heapdump the running unit test for later analysis 0.07 CHANGES: * Use pureperl core B module rather than Devel::Refcount, for avoiding XS in the deptree of a Test module 0.06 CHANGES: * Optionally use Devel::FindRef but don't depend on it being installed. Removes the need to install it on smoke testers and have it fail. 0.05 CHANGES: * Added 'use warnings' * Various small updates to keep CPANTS happy 0.04 BUGFIXES: * Skip regexp count tests on perl 5.11 because of ongoing issue with refcounts there. 0.03 BUGFIXES: * Updated regexps in test code to account for change in Devel::FindRef's output format at version 1.4 (fixes http://rt.cpan.org/Public/Bug/Display.html?id=41487) 0.02 CHANGES: * Use Devel::FindRef to print a trace of references if the assert fails. * Much extended documentation, showing a likely use case and example of broken code. 0.01 First version, released on an unsuspecting world.