Bot::BasicBot::Pluggable::Module::CoreList - IRC frontend to Module::CoreList


Bot-BasicBot-Pluggable-Module-CoreList documentation  | view source Contained in the Bot-BasicBot-Pluggable-Module-CoreList distribution.

Index


NAME

Top

Bot::BasicBot::Pluggable::Module::CoreList - IRC frontend to Module::CoreList

SYNOPSIS

Top

    < you> bot: corelist File::Spec
    < bot> File::Spec was first released with perl 5.00503 (released on 1999-03-28)

DESCRIPTION

Top

This module is a frontend to the excellent Module::CoreList module which will let you know what modules shipped with which versions of perl, over IRC.

IRC USAGE

Top

The robot replies to requests in the following form:

    corelist <subcommand> [args]

Commands

The robot understand the following subcommands:

* release
* date
    < you> bot: corelist release Test::More
    < bot> you: Test::More was first released with perl 5.7.3 (patchlevel perl/15039, released on 2002-03-05)

If no command is given, release is the default.

* find
    < you> bot corelist search Data
    < bot> Found Data::Dumper, Module::Build::ConfigData

Perl version numbers can be passed as optional parameters to restrict the search:

    < you> corelist search Data 5.006
    < bot> Found Data::Dumper in perl 5.006

The search never returns more than 9 replies, to avoid flooding the channel:

    < you> bot: corelist find e
    < bot> Found AnyDBM_File, AutoLoader, B::Assembler, B::Bytecode, B::Debug, B::Deparse, B::Disassembler, B::Showlex, B::Terse, ... 

AUTHOR

Top

Philippe "BooK" Bruhat, <book@cpan.org>, inspired by the existing corelist bot, last seen on IRC in May 2006.

BUGS

Top

Please report any bugs or feature requests to bug-bot-basicbot-pluggable-module-corelist@rt.cpan.org, or through the web interface at http://rt.cpan.org/. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT & LICENSE

Top


Bot-BasicBot-Pluggable-Module-CoreList documentation  | view source Contained in the Bot-BasicBot-Pluggable-Module-CoreList distribution.