in reply to Re^2: Move Perl modules to new CentOS VPS
in thread Move Perl modules to new CentOS VPS

A subset of (library) dependencies can be found via ldd(1) ...

# current-host # find /perl/root/directory -name '*.so*' -type f \ | xargs ldd