SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : perl-File-Slurp-Tree
Version : 1.24 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 3.1 Date : 2017-06-19 22:40:22
Group : Development/Libraries/Perl Source RPM : perl-File-Slurp-Tree-1.24-3.1.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/SLE_12_SP3/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

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

Requires :
perl(File::Slurp)
perl(File::Find::Rule)
perl(:MODULE_COMPAT_5.18.2)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1
perl(File::Path)


Content of RPM :
/usr/lib/perl5/vendor_perl/5.18.2/File
/usr/lib/perl5/vendor_perl/5.18.2/File/Slurp
/usr/lib/perl5/vendor_perl/5.18.2/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