- Tinderbox log: http://tb.gslin.org/logs/4.11-FreeBSD/p5-File-Slurp-Tree-1.24.log http://tb.gslin.org/logs/4.11-FreeBSD-Perl5/p5-File-Slurp-Tree-1.24.log http://tb.gslin.org/logs/4.11-FreeBSD-Perl58/p5-File-Slurp-Tree-1.24.log http://tb.gslin.org/logs/5.5-FreeBSD/p5-File-Slurp-Tree-1.24.log http://tb.gslin.org/logs/6-STABLE/p5-File-Slurp-Tree-1.24.log File::Slurp::Tree provides functions for slurping and emitting trees of files and directories. # an example of use in a test suite use Test::More tests => 1; use File::Slurp::Tree; is_deeply( slurp_tree( "t/some_path" ), { foo => {}, bar => "sample\n" }, "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. WWW: http://search.cpan.org/dist/File-Slurp-Tree/ Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->rafan Eat.
State Changed From-To: open->closed New port added. Thanks!