LinkTree Creates symlink trees, also known as shadow directories. Contains extra logic to manage merging of directory trees. This package is being use to create complete perl installs with different version mixes for integration testing. - Prunes bad links and unused directories. - Creates a listing of merged directories that can be use to perfectly reconstruct the merge. usage: linktree [-n] [-v] [-m 0777] [-u] (|-f LINKTREES) -f link all the directories listed in -m create directories with -u unlink If $LINKTREE_BASE is set, may be omitted. linktree -p [-n] [-v] [-f LINKTREES] -f write a list of all directories linked into -p prune bad links under (or $LINKTREE_BASE) -n no operation mode -s silent (don't warn about minor problems) -v verbose -*- Get it from http://www.perl.com/CPAN/authors/id/JPRIT/! Requires File::Recurse (part of File::Tools module) & possibly patch for a bug in File::Recurse. -*- Copyright © 1997-1998 Joshua Nathaniel Pritikin. All rights reserved. This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself.