NAME
Tree::To::FS - Create a directory structure using tree object
VERSION
This document describes version 0.000 of Tree::To::FS (from Perl distribution Tree-To-FS), released on 2020-02-04.
SYNOPSIS
DESCRIPTION
PLACEHOLDER. NOT YET IMPLEMENTED.
FUNCTIONS
create_dir_from_tree($tree, $target_dir) => undef
This module is a counterpart of create_tree_from_dir()
function in Tree::From::FS. It creates a directory structure that mirrors the structure of the tree object. Each node will become a file or a subdirectory.
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/Tree-To-FS.
SOURCE
Source repository is at https://github.com/perlancar/perl-Tree-ToFS.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Tree-To-FS
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
SEE ALSO
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2020, 2016 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.