< Home - < Back

perl-Data-Tumbler


Information about the package, perl-Data-Tumbler, which is shipped with common Linux distributions. The perl-Data-Tumbler package is designed for, Dynamic generation of nested combinations.


Package Name:

perl-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.

Architecture:

noarch

Version:

0.005

Release:

2.el6

Size:

13 k

Repository:

epel

From Repository:

Licence:

GPL+ or Artistic



Handy Yum Commands for perl-Data-Tumbler


Control the perl-Data-Tumbler package with the following handy commands outlined below.


Command

Description of Command

yum install perl-Data-Tumbler

This command will install perl-Data-Tumbler on the server.

yum remove perl-Data-Tumbler

This command will un-install perl-Data-Tumbler on the server. When you run this command, you will be asked if you are sure that you want to remove perl-Data-Tumbler, so you have to manually confirm that you want to do this.

yum -y remove perl-Data-Tumbler

This command will un-install perl-Data-Tumbler on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-Data-Tumbler when using the -y flag.

yum update perl-Data-Tumbler

This command will update perl-Data-Tumbler to the latest version. When you run this command, you will be asked if you are sure that you want to remove perl-Data-Tumbler, so you have to manually confirm that you want to do this.

yum -y update perl-Data-Tumbler

This command will update perl-Data-Tumbler to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-Data-Tumbler when using the -y flag.

yum info perl-Data-Tumbler

This command will show you core information about the perl-Data-Tumbler package.

yum deplist perl-Data-Tumbler

This command will show you the dependencies for perl-Data-Tumbler. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update perl-Data-Tumbler

This command will check if there is an update waiting on perl-Data-Tumbler. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.