diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-05-23 21:18:39 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-05-23 21:18:39 +0000 |
commit | f532e2405a86e1d06101e7f16d1a06c57c38f1e7 (patch) | |
tree | 493f4b8f11be6f9234c8929e9caa0a69d5907084 /devel/p5-File-Slurp-Tree | |
parent | 6d4aa839c8cdb87f7568725dc7b86a60214d87b7 (diff) | |
download | ports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.tar.gz ports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.zip |
Notes
Diffstat (limited to 'devel/p5-File-Slurp-Tree')
-rw-r--r-- | devel/p5-File-Slurp-Tree/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-File-Slurp-Tree/pkg-descr b/devel/p5-File-Slurp-Tree/pkg-descr index 146586c6f297..2981d37183ee 100644 --- a/devel/p5-File-Slurp-Tree/pkg-descr +++ b/devel/p5-File-Slurp-Tree/pkg-descr @@ -7,7 +7,7 @@ of files and directories. 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 +The tree data structure 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. |