Mon, 20 May 2024 16:13:27 UTC | login

Information for build perl-Data-Tumbler-0.010-9.fc28

ID38464
Package Nameperl-Data-Tumbler
Version0.010
Release9.fc28
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
StartedThu, 07 Jun 2018 20:22:08 UTC
CompletedThu, 07 Jun 2018 20:22:08 UTC
Tags
f29
RPMs
src
perl-Data-Tumbler-0.010-9.fc28.src.rpm (info) (download)
noarch
perl-Data-Tumbler-0.010-9.fc28.noarch.rpm (info) (download)
Changelog * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.010-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.010-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.010-7 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.010-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.010-5 - Perl 5.24 rebuild * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.010-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.010-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.010-2 - Perl 5.22 rebuild * Fri Mar 27 2015 Paul Howarth <paul@city-fan.org> - 0.010-1 - Update to 0.010 - Relax minimum perl to 5.6 since it runs fine in LMU on 5.6 - Add POD sections for author, support, copyright, ... - Fix tests for $] < 5.008 * Tue Jan 06 2015 Paul Howarth <paul@city-fan.org> - 0.008-1 - Update to 0.008 - Reflect CPAN RT#100805 recommendation in LICENSE * Mon Dec 15 2014 Paul Howarth <paul@city-fan.org> - 0.007-1 - Update to 0.007 - Add GPL-1 license text as it's fulfilling basic requirements * Tue Dec 09 2014 Paul Howarth <paul@city-fan.org> - 0.006-1 - Update to 0.006 - Improve Kwalitee - Deploy correct licenses - Rewrite Changes according to CPAN::Changes::Spec - Add rough documentation in Pod - This release by REHSACK → update source URL * Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.005-4 - Perl 5.20 rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.005-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Mon Apr 07 2014 Paul Howarth <paul@city-fan.org> - 0.005-2 - Sanitize for Fedora submission * Mon Mar 24 2014 Paul Howarth <paul@city-fan.org> - 0.005-1 - Update to 0.005 - Make a test from more detailed example in 0.004 - Package upstream's new README file - BR: perl(List::Util) for new test - Update patch for building with Test::More < 0.88 * Sun Mar 23 2014 Paul Howarth <paul@city-fan.org> - 0.004-1 - Update to 0.004 - Improve the docs with a more detailed example * Fri Mar 21 2014 Paul Howarth <paul@city-fan.org> - 0.003-1 - Initial RPM version