SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Data-Tumbler rpm build for : OpenSuSE. For other distributions click perl-Data-Tumbler.

Name : perl-Data-Tumbler
Version : 0.010 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 2.1 Date : 2018-10-09 11:03:44
Group : Development/Libraries/Perl Source RPM : perl-Data-Tumbler-0.010-2.1.src.rpm
Size : 0.05 MB
Packager : (none)
Summary : Dynamic generation of nested combinations of variants
Description :
NOTE: This is alpha code and liable to change while it and
Test::WriteVariants mature.

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 leafs 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 define 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.

Note that although the example above shows the path, context and payload as
array references, the tumbler code makes no assumptions about them. They
can be any kinds of values.

See Test::WriteVariants for a practical example use.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/SLE_15/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Data-Tumbler-0.010-2.1.noarch.rpm
ftp.icm.edu.pl  perl-Data-Tumbler-0.010-2.1.noarch.rpm
ftp.icm.edu.pl  perl-Data-Tumbler-0.010-2.1.noarch.rpm
     

Provides :
perl(Data::Tumbler)
perl-Data-Tumbler

Requires :
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Data
/usr/lib/perl5/vendor_perl/5.26.1/Data/Tumbler.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Data-Tumbler
/usr/share/doc/packages/perl-Data-Tumbler/Changes
/usr/share/doc/packages/perl-Data-Tumbler/LICENSE
/usr/share/doc/packages/perl-Data-Tumbler/README
/usr/share/doc/packages/perl-Data-Tumbler/TODO
/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/GPL-2.0
/usr/share/licenses/perl-Data-Tumbler/LICENSE
/usr/share/man/man3/Data::Tumbler.3pm.gz

 
ICM