The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME          => 'Bot::BasicBot::Pluggable::Module::CoreList',
    AUTHOR        => 'Philippe "BooK" Bruhat <book@cpan.org>',
    VERSION_FROM  => 'lib/Bot/BasicBot/Pluggable/Module/CoreList.pm',
    ABSTRACT_FROM => 'lib/Bot/BasicBot/Pluggable/Module/CoreList.pm',
    PREREQ_PM     => {
        'Test::More'               => 0,
        'Module::CoreList'         => '2.18',
        'Bot::BasicBot::Pluggable' => '0.5'
    },
    PL_FILES => {},
    LICENSE  => 'perl',
    clean => { FILES => 'Bot-BasicBot-Pluggable-Module-CoreList-*' },
);