1MODULE_INFO(1)        User Contributed Perl Documentation       MODULE_INFO(1)
2
3
4

NAME

6       module_info - find information about modules
7

SYNOPSIS

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

DESCRIPTION

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

AUTHOR

28       Mattia Barbon <mbarbon@cpan.org>
29

SEE ALSO

31       Module::Info
32
33
34
35perl v5.30.1                      2020-01-30                    MODULE_INFO(1)
Impressum