module_info
Perl module providing information about Perl modules
Install
- All systems
-
curl cmd.cat/module_info.sh
- Debian
-
apt-get install libmodule-info-perl - Ubuntu
-
apt-get install libmodule-info-perl - Kali Linux
-
apt-get install libmodule-info-perl - CentOS
-
yum install perl-Module-Info - Fedora
-
dnf install perl-Module-Info - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libmodule-info-perl - Raspbian
-
apt-get install libmodule-info-perl
libmodule-info-perl
Perl module providing information about Perl modules
Module::Info is a Perl module for determining information about Perl modules without actually loading the module. It isn't actually specific to modules and should work on any Perl code.