Fedora 19 Update: perl-Data-Tumbler-0.005-2.fc19

updates at fedoraproject.org updates at fedoraproject.org
Fri Apr 18 15:42:01 UTC 2014


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-4954
2014-04-09 11:39:40
--------------------------------------------------------------------------------

Name        : perl-Data-Tumbler
Product     : Fedora 19
Version     : 0.005
Release     : 2.fc19
URL         : http://search.cpan.org/dist/Data-Tumbler/
Summary     : Dynamic generation of nested combinations
Description :
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.

--------------------------------------------------------------------------------
Update Information:

This is the first Fedora / EPEL release of perl-Data-Tumbler.
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1084942 - Review Request: perl-Data-Tumbler - Dynamic generation of nested combinations
        https://bugzilla.redhat.com/show_bug.cgi?id=1084942
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use
su -c 'yum update perl-Data-Tumbler' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list