SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-File-Slurp-Tree rpm build for : openSUSE Tumbleweed. For other distributions click perl-File-Slurp-Tree.

Name : perl-File-Slurp-Tree
Version : 1.240.0 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 1.4 Date : 2011-04-14 10:37:37
Group : Unspecified Source RPM : perl-File-Slurp-Tree-1.240.0-1.4.src.rpm
Size : 0.01 MB
Packager : (none)
Summary : Slurp and emit file trees as nested hashes
Description :
File::Slurp::Tree provides functions for slurping and emitting trees of
files and directories.


use Test::More tests => 1;
use File::Slurp::Tree;
is_deeply( slurp_tree( \"t/some_path\" ), { foo => {}, bar => \"sample\
\" },
\"some_path contains a directory called foo, and a file bar\" );

The tree datastructure is a hash of hashes. The keys of each hash are names
of directories or files. Directories have hash references as their value,
files have a scalar which holds the contents of the file.

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

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-File-Slurp-Tree-1.240.0-1.4.noarch.rpm
     

Provides :
perl(File::Slurp::Tree)
perl-File-Slurp-Tree

Requires :
perl(:MODULE_COMPAT_5.40.0)
perl(File::Find::Rule)
perl(File::Slurp)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.40.0/File
/usr/lib/perl5/vendor_perl/5.40.0/File/Slurp
/usr/lib/perl5/vendor_perl/5.40.0/File/Slurp/Tree.pm
/usr/share/doc/packages/perl-File-Slurp-Tree
/usr/share/doc/packages/perl-File-Slurp-Tree/Changes
/usr/share/doc/packages/perl-File-Slurp-Tree/README
/usr/share/man/man3/File::Slurp::Tree.3pm.gz

 
ICM