Sun, 26 May 2024 15:43:04 UTC | login

Information for build perl-Test-MemoryGrowth-0.02-6.fc27

ID13674
Package Nameperl-Test-MemoryGrowth
Version0.02
Release6.fc27
Epoch
SummaryAssert that code does not cause growth in memory usage
DescriptionThis module provides a function to check that a given block of code does not result in the process consuming extra memory once it has finished. Despite the name of this module it does not, in the strictest sense of the word, test for a memory leak: that term is specifically applied to cases where memory has been allocated but all record of it has been lost, so it cannot possibly be reclaimed. While the method employed by this module can detect such bugs, it can also detect cases where memory is still referenced and reachable, but the usage has grown more than would be expected or necessary.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:20:42 UTC
CompletedSat, 14 Apr 2018 20:20:42 UTC
Tags
f28
f29
RPMs
src
perl-Test-MemoryGrowth-0.02-6.fc27.src.rpm (info) (download)
noarch
perl-Test-MemoryGrowth-0.02-6.fc27.noarch.rpm (info) (download)
Changelog * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.02-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.02-5 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.02-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.02-3 - Perl 5.24 rebuild * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.02-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Aug 11 2015 Petr Ĺ abata <contyk@redhat.com> 0.02-1 - Initial packaging