module_info - Man Page
find information 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 information can be requested through command line switches.
Author
Mattia Barbon <mbarbon@cpan.org>
See Also
Module::Info
Info
2024-08-28 perl v5.40.0 User Contributed Perl Documentation