scandeps

module to recursively scan Perl code for dependencies

Install

All systems
curl cmd.cat/scandeps.sh
Debian Debian
apt-get install libmodule-scandeps-perl
Ubuntu
apt-get install libmodule-scandeps-perl
image/svg+xml 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

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).