SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Text-Tree-Indented rpm build for : OpenSuSE. For other distributions click perl-Text-Tree-Indented.

Name : perl-Text-Tree-Indented
Version : 0.02 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp156.1.1 Date : 2024-07-03 19:14:07
Group : Unspecified Source RPM : perl-Text-Tree-Indented-0.02-lp156.1.1.src.rpm
Size : 0.03 MB
Packager : https://www_suse_com/
Summary : Render a tree data structure in the classic indented view
Description :
This module provides a single function, \'generate_tree\', which takes a perl
data structure and renders it into an indented tree view.

*Note*: the design of this module is still very much in flux, so the data
structure and other aspects may change from release to release.

The tree data is passed as an arrayref. A string in the arrayref represents
a node in the tree; if it\'s followed by an arrayref, that\'s a subtree. So
let\'s say the root of your tree is *Fruit*, and it has three children,
*Apples*, *Bananas*, and *Oranges*, then the data would look like this:

my $tree = [\'Fruit\', [\'Apples\', \'Bananas\', \'Oranges\'] ];

This results in the following tree:

Fruit
├─Apples
├─Bananas
└─Oranges

Now you want to add in Red Bananas and Williams Bananas, so your data
becomes:

my $tree = [\'Fruit\', [\'Apples\', \'Bananas\', [\'Red\', \'Williams\'], \'Oranges\'] ];

And now the tree looks like this:

Fruit
├─Apples
├─Bananas
│ ├─Red
│ └─Williams
└─Oranges

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

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Text-Tree-Indented-0.02-lp156.1.1.noarch.rpm
     

Provides :
perl(Text::Tree::Indented)
perl-Text-Tree-Indented

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Ref::Util) >= 0.202
perl(parent)
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/Text
/usr/lib/perl5/vendor_perl/5.26.1/Text/Tree
/usr/lib/perl5/vendor_perl/5.26.1/Text/Tree/Indented.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Text-Tree-Indented
/usr/share/doc/packages/perl-Text-Tree-Indented/Changes
/usr/share/doc/packages/perl-Text-Tree-Indented/README
/usr/share/licenses/perl-Text-Tree-Indented
/usr/share/licenses/perl-Text-Tree-Indented/LICENSE
/usr/share/man/man3/Text::Tree::Indented.3pm.gz

 
ICM