
is3rdparty - provides information for 3rd party modules

is3rdparty [-i] Module::Name
is3rdparty -l

Prints terse usage help.
Prints detailed information about a module.
Prints the list of known third-party software for which this command has information.

This is a command line frontend to Module::ThirdParty, much like what corelist(1) is to Module::CoreList.
See Module::ThirdParty for more information.

$ is3rdparty Text::ChaSen
Text::ChaSen is a known third-party module.
$ is3rdparty -i Text::ChaSen
Text::ChaSen is a known third-party module.
in software: ChaSen
available at <http://chasen.naist.jp/hiki/ChaSen/>
made by Nara Institute of Science and Technology <http://www.naist.jp/>

Sébastien Aperghis-Tramoni, <sebastien@aperghis.net>

Please report any bugs or feature requests to bug-module-thirdparty@rt.cpan.org, or through the web interface at https://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-ThirdParty. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

Copyright 2005 Sébastien Aperghis-Tramoni, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.