NAME

pmodinfo

VERSION

version 0.08

DESCRIPTION

See App::pmodinfo for more information.

DESCRIPTION

pmodinfo extracts information from the perl modules given the command line, usign Module::Metadata, Module::CoreList, Module::Build, Parse::CPAN::Meta and ExtUtils::Installed.

I don't want to use more "perl -MModule\ 999".

OPTIONS

Usage: pmodinfo [options] [Module] [...]

-v --version            Display software version
-f --full               Turns on the most output
-h --hash               Show module and version in a hash.
-l,--local-modules      Display all local modules
-u,--check-updates      Check updates, compare your local version to cpan.
-c,--cpan               Show the last version of module in cpan.

With check-updates option, we try to use cpanminus or cpan to update modules.

AUTHOR

Thiago Rondon <thiago@nsms.com.br>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Thiago Rondon.

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