软件包:libfile-copy-recursive-reduced-perl(0.008-1)
libfile-copy-recursive-reduced-perl 的相关链接
Debian 的资源:
下载源码包 libfile-copy-recursive-reduced-perl:
- [libfile-copy-recursive-reduced-perl_0.008-1.dsc]
- [libfile-copy-recursive-reduced-perl_0.008.orig.tar.gz]
- [libfile-copy-recursive-reduced-perl_0.008-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
module for recursive copying of files and directories
File::Copy::Recursive::Reduced is a Perl library which provides subroutines exported on request which are intended to serve as drop-in replacements for certain subroutines found in CPAN distribution File-Copy-Recursive.
It exports three functions on demand which are substantially equivalent to their File::Copy::Recursive equivalents:
* "fcopy()" * "dircopy()" * "rcopy()"
These functions are quite appropriate in situations such as test suites where the user has full knowledge of the files, directories and symlinks to be recursively copied and does not need to manipulate the environment by setting localized versions of File::Copy::Recursive's package global variables.