man module_info () - find informations about modules

NAME

module_info - find informations 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 CWModule::Name or paths in the form CWFoo/Bar.pm or CWfoo/bar.pl).

By default only shows module name, version, directory, absolute path and a flag indicating if it is a core module. Additional informations can be requested through command line switches.

-s
Show subroutines created by the module.
-p
Show packages created by the module.
-m
Show modules CWuse()d by the module.
-a
Equivalent to CW-s -p -m.

AUTHOR

Mattia Barbon <MBARBON@cpan.org>

SEE ALSO

Module::Info