-
-
20 Jan 2013 21:33:33 UTC
- Distribution: Module-Path
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (2957 / 1 / 0)
- Kwalitee
Bus factor: 1- License: perl_5
- Activity
24 month- Tools
- Download (11.16KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
mpath - display the full path to a perl module (installed locally)
SYNOPSIS
% mpath Module::Path /usr/local/lib/perl5/site_perl/5.16.0/Module/Path.pm
DESCRIPTION
mpath displays the full path to a perl module on the local system. It uses the
module_path()
function from Module::Path to get the path.At the moment the script only lets you list one argument; anything else and it will die with a usage message.
If the module wasn't found,
mpath
will die with the following message:% mpath Foo::Bar Foo::Bar not found
SEE ALSO
AUTHOR
Neil Bowers <neilb@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Neil Bowers <neilb@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install Module::Path, copy and paste the appropriate command in to your terminal.
cpanm Module::Path
perl -MCPAN -e shell install Module::Path
For more information on module installation, please visit the detailed CPAN module installation guide.