Bug 100310 - [NEW PORT] devel/p5-File-Slurp-Tree: Slurp and emit file trees as nested hashes
Summary: [NEW PORT] devel/p5-File-Slurp-Tree: Slurp and emit file trees as nested hashes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-14 22:40 UTC by gslin
Modified: 2006-07-15 03:07 UTC (History)
1 user (show)

See Also:


Attachments
p5-File-Slurp-Tree-1.24.shar (2.86 KB, text/plain)
2006-07-14 22:40 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!