DOKK / manpages / debian 12 / libmodule-info-perl / module_info.1p.en
MODULE_INFO(1p) User Contributed Perl Documentation MODULE_INFO(1p)

module_info - find information about modules

  module_info [B<-a>] [B<-s>] [B<-p>] [B<-m>] MODULE|FILE...

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.

Show subroutines created by the module.
Show packages created by the module.
Show modules "use()"d by the module.
Equivalent to "-s -p -m".

Mattia Barbon <mbarbon@cpan.org>

Module::Info

2022-06-15 perl v5.34.0