Sat, 27 Apr 2024 15:50:57 UTC | login

Information for build perl-Data-Tumbler-0.010-24.fc37

ID198236
Package Nameperl-Data-Tumbler
Version0.010
Release24.fc37
Epoch
SummaryDynamic generation of nested combinations
DescriptionThe tumble() method calls a sequence of 'provider' code references, each of which returns a hash. The first provider is called and then, for each hash item it returns, the tumble() method recurses to call the next provider. The recursion continues until there are no more providers to call, at which point the consumer code reference is called. Effectively the providers create a tree of combinations and the consumer is called at the leaves of the tree. If a provider returns no items then that part of the tree is pruned. Further providers, if any, are not called and the consumer is not called. During a call to tumble() three values are passed down through the tree and into the consumer: path, context, and payload. The path and context are derived from the names and values of the hashes returned by the providers. Typically the path defines the current "path" through the tree of combinations. The providers are passed the current path, context, and payload. The payload is cloned at each level of recursion so that any changes made to it by providers are only visible within the scope of the generated sub-tree.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 06 Sep 2022 11:45:43 UTC
CompletedTue, 06 Sep 2022 11:45:43 UTC
Tags
f37
f38
RPMs
src
perl-Data-Tumbler-0.010-24.fc37.src.rpm (info) (download)
noarch
perl-Data-Tumbler-0.010-24.fc37.noarch.rpm (info) (download)
Changelog * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.010-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.010-23 - Perl 5.36 rebuild * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.010-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.010-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.010-20 - Perl 5.34 rebuild * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.010-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Jan 08 2021 Paul Howarth <paul@city-fan.org> - 0.010-18 - Spec tidy-up - Specify all build dependencies - Use author-independent source URL - Simplify find command using -delete - Fix permissions verbosely - Use %license unconditionally * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.010-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild