File-Slurp-Tree-1.22 > File::Slurp::Tree

名前

File::Slurp::Tree - ネストしたハッシュでファイル・ツリーを丸呑み、吐き出します。

概要

 # パスaからbにファイル・ツリーを(非効率に)複製します
 use File::Slurp::Tree;
 my $tree = slurp_tree( "path_a" );
 spew_tree( "path_b" => $tree );

依存性

このモジュールは以下のモジュールに外部依存しています:

 File::Find::Rule
 File::Path
 File::Slurp

インストール方法

 perl Build.PL
 perl Build test

そして、すべてがうまくいったら

 perl Build install

改変履歴

最近の3回の改変で変更されたこと

(以下原文通り)

1.22 Tuesday, 12th August 2003
    lose the dependency on Exporter::Simple, which opens us up to
    5.6 users.  Thanks to Gavin Estey for this work.
    
    went one step further and backported to 5.00503.  Thank the
    Northern Line for being slow
1.21 Wednesday, 6th August 2003
    initial CPAN release

作者(=AUTHOR)

Richard Clamp <richardc@unixbeard.net>

著作権(=COPYRIGHT)

Copyright (C) 2003 Richard Clamp. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

参考資料:

File::Slurp, Test::More

翻訳

川合孝典(GCD00051@nifty.ne.jp)