Man page - module_info(1)
Packages contas this manual
Package: libmodule-info-perl
apt-get install libmodule-info-perl
apt-get install libmodule-info-perl
Manuals in package:
Documentations in package:
Manual
| MODULE_INFO(1p) | User Contributed Perl Documentation | MODULE_INFO(1p) |
NAME
module_info - find information about modules
SYNOPSIS
module_info [B<-a>] [B<-s>] [B<-p>] [B<-m>] MODULE|FILE...
DESCRIPTION
List information about the arguments (either module names in the form "Module::Name" or paths in the form "Foo/Bar.pm" or "foo/bar.pl").
By default only shows module name, version, directory, absolute path and a flag indicating if it is a core module. Additional information can be requested through command line switches.
AUTHOR
Mattia Barbon <mbarbon@cpan.org>
SEE ALSO
Module::Info
| 2024-08-29 | perl v5.38.2 |