NAME

which_pm - Perl script to find out which versions of certain Perl modules are installed

SYNOPSIS

which_pm DBI "DBD::*"
which_pm Module::Find Module::Which "File::*"

DESCRIPTION

See the the documentation of Module::Which.

TO DO

  • Provide a way to preserve the order of the modules according to the original order of modules and subcategories given as arguments. This will provide a nicer and more intuitive output to the script.

  • Produce a nicer output for long module names.

  • Options to control which_pm behavior: like --verbose, etc.

  • More comprehensive test suite.

SEE ALSO

Please report bugs via CPAN RT http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Which.

AUTHOR

Adriano R. Ferreira, <ferreira@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2005 by Adriano R. Ferreira

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