The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Inspect - Command line tool for inspecting installed modules

DESCRIPTION

Provides the 'inspect' command which takes module names as arguments. It will print out the name of the module, the installed version, and where it was loaded from.

USAGE

    $ inspect Moose Fake::Module Test::More Scalar::Util

Output:

    Moose        2.1604   is installed at /path/to/Moose.pm
    Fake::Module --       is not installed
    Test::More   1.001014 is installed at /path/to/Test/More.pm
    Scalar::Util 1.41     is installed at /path/to/Scalar/Util.pm
    No::Ver      --       is installed at /path/to/No/Ver.pm

The output will be in color, which cannot be shown in POD.

SOURCE

The source code repository for App-Inspect can be found at http://github.com/exodist/App-Inspect/.

MAINTAINERS

Chad Granum <exodist@cpan.org>

AUTHORS

Chad Granum <exodist@cpan.org>

COPYRIGHT

Copyright 2015 Chad Granum <exodist7@gmail.com> and Dreamhost.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/