NAME
App::moduleswhere - show modules' locations
SYNOPSIS
mwhere Carp # show location of Carp.pm
mwhere --no-require Carp # ditto, but no "require"
mwhere -n Carp # ditto
mwhere Carp CGI # show both Carp.pm and CGI.pm
DESCRIPTION
This small script(mwhere
) helps you show modules' locations.
You may ask, why not using `perldoc -l`? well, if the module doesn't have any pod( this happens occasionally but does happen ), `perldoc -l` will fail, in this case, mwhere comes to rescue!
check out Module::Info
if you want to know more info of modules.
BUGS AND LIMITATIONS
No bugs have been reported.
SEE ALSO
Module::Info
AUTHOR
sunnavy sunnavy@bestpractical.com
LICENCE AND COPYRIGHT
Copyright 2011 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.