NAME

is3rdparty - provides information for 3rd party modules

SYNOPSIS

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

OPTIONS

-h

Prints terse usage help.

-i

Prints detailed information about a module.

-l

Prints the list of known third-party software for which this command has information.

DESCRIPTION

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

See Module::ThirdParty for more information.

EXAMPLES

    $ 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/>

AUTHOR

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

BUGS

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 & LICENSE

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.