LinkTree Attempt at the definitive linktree implementation. -*- Creates symlink trees, also known as shadow directories. Contains extra logic to manage merging of directory trees. We are using this package 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 rebuild 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). -*- Copyright (c) 1997 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.