scandeps
module to recursively scan Perl code for dependencies
Install
- All systems
-
curl cmd.cat/scandeps.sh
- Debian
-
apt-get install libmodule-scandeps-perl
- Ubuntu
-
apt-get install libmodule-scandeps-perl
- Kali Linux
-
apt-get install libmodule-scandeps-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libmodule-scandeps-perl
- Raspbian
-
apt-get install libmodule-scandeps-perl
- Dockerfile
- dockerfile.run/scandeps
libmodule-scandeps-perl
module to recursively scan Perl code for dependencies
Module::ScanDeps is a Perl module that scans potential modules used by perl programs to determine information about modules they depend on. It performs static analysis as well as more aggressive scanning (by running files in compile-only or normal mode).