NAME

File::Slurp::Tree - slurp and emit file trees as nested hashes

SYNOPSIS

# (inefficiently) duplicate a file tree from path a to b
use File::Slurp::Tree;
my $tree = slurp_tree( "path_a" );
spew_tree( "path_b" => $tree );

DEPENDENCIES

This module has external dependencies on the following modules:

Exporter::Simple
File::Find::Rule
File::Path
File::Slurp

INSTALLATION

perl Build.PL
perl Build test

and if all goes well

perl Build install

HISTORY

What changed over the last 3 revisions

1.21 Wednesday, 6th August 2003
initial CPAN release
=back

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.

SEE ALSO

File::Slurp, Test::More

1 POD Error

The following errors were encountered while parsing the POD:

Around line 44:

You forgot a '=back' before '=head1'