
App::moduleswhere - show modules' locations

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

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.

No bugs have been reported.


sunnavy sunnavy@bestpractical.com

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.