The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

LiBot::Handler::CoreList - Module::CoreList plugin

SYNOPSIS

    # config.pl
    +{
        'handlers' => [
            'CoreList'
        ]
    }

    # In the chat
    <tokuhirom> corelist Test::More
    >bot< Test::More was first released with perl 5.006002
    <tokuhirom> corelist Acme::PrettyCure
    >bot< Acme::PrettyCure was not in CORE (or so I think)

DESCRIPTION

This plugin provides a 'corelist' command for the LiBot.

CONFIGURATION

There is no configuration parameters.