Bug 100310

Summary: [NEW PORT] devel/p5-File-Slurp-Tree: Slurp and emit file trees as nested hashes
Product: Ports & Packages Reporter: gslin
Component: Individual Port(s)Assignee: Rong-En Fan <rafan>
Status: Closed FIXED    
Severity: Affects Only Me CC: gslin
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-File-Slurp-Tree-1.24.shar none

Description gslin 2006-07-14 22:40:14 UTC
- 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
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2006-07-15 00:00:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Eat.
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2006-07-15 03:07:09 UTC
State Changed
From-To: open->closed

New port added. Thanks!