module_info(1) suse man page | unix.com

Man Page: module_info

Operating Environment: suse

Section: 1

MODULE_INFO(1)						User Contributed Perl Documentation					    MODULE_INFO(1)

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 "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 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 "use()"d by the module. -a Equivalent to "-s -p -m".
AUTHOR
Mattia Barbon <mbarbon@cpan.org>
SEE ALSO
Module::Info perl v5.12.1 2006-07-15 MODULE_INFO(1)
Related Man Pages
pm_which(1p) - debian
inc::latest5.18(3pm) - mojave
module::loaded(3pm) - osx
inc::latest(3) - centos
module::util(3pm) - debian
Similar Topics in the Unix Linux Community
grep -E drives me crazy
Perl Getopt::Long question - stopping multiple args
Mix LDAP and LOCAL user on AIX