1MODULE_INFO(1) User Contributed Perl Documentation MODULE_INFO(1)
2
3
4
6 module_info - find information about modules
7
9 module_info [B<-a>] [B<-s>] [B<-p>] [B<-m>] MODULE|FILE...
10
12 List information about the arguments (either module names in the form
13 "Module::Name" or paths in the form "Foo/Bar.pm" or "foo/bar.pl").
14
15 By default only shows module name, version, directory, absolute path
16 and a flag indicating if it is a core module. Additional information
17 can be requested through command line switches.
18
19 -s Show subroutines created by the module.
20
21 -p Show packages created by the module.
22
23 -m Show modules use()d by the module.
24
25 -a Equivalent to "-s -p -m".
26
28 Mattia Barbon <mbarbon@cpan.org>
29
31 Module::Info
32
33
34
35perl v5.36.0 2023-01-20 MODULE_INFO(1)