| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- updated to 0.08
see /usr/share/doc/packages/perl-Test-Refcount/Changes
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
- updated to 0.07
see /usr/share/doc/packages/perl-Test-Refcount/Changes
0.07 CHANGES:
* Use pureperl core B module rather than Devel::Refcount, for
avoiding XS in the deptree of a Test module
- initial version (0.06)
- updated to 0.10
see /usr/share/doc/packages/perl-Test-Refcount/Changes
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)
- updated to 0.09
see /usr/share/doc/packages/perl-Test-Refcount/Changes
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