Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Data-Tumbler | Distribution: Fedora Project |
Version: 0.010 | Vendor: Fedora Project |
Release: 28.fc40 | Build date: Thu Jan 25 16:43:23 2024 |
Group: Unspecified | Build host: buildvm-a64-19.iad2.fedoraproject.org |
Size: 33842 | Source RPM: perl-Data-Tumbler-0.010-28.fc40.src.rpm |
Packager: Fedora Project | |
Url: https://metacpan.org/release/Data-Tumbler | |
Summary: Dynamic generation of nested combinations |
The 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.
GPL-1.0-or-later OR Artistic-1.0-Perl
* Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 0.010-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 0.010-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 0.010-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 0.010-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 0.010-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue May 31 2022 Jitka Plesnikova <[email protected]> - 0.010-23 - Perl 5.36 rebuild
/usr/share/doc/perl-Data-Tumbler /usr/share/doc/perl-Data-Tumbler/Changes /usr/share/doc/perl-Data-Tumbler/README /usr/share/licenses/perl-Data-Tumbler /usr/share/licenses/perl-Data-Tumbler/ARTISTIC-1.0 /usr/share/licenses/perl-Data-Tumbler/GPL-1 /usr/share/licenses/perl-Data-Tumbler/LICENSE /usr/share/man/man3/Data::Tumbler.3pm.gz /usr/share/perl5/vendor_perl/Data /usr/share/perl5/vendor_perl/Data/Tumbler.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 23:47:10 2024