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.32
use ExtUtils::MakeMaker;
WriteMakefile
(
          'INSTALLDIRS' => 'site',
          'NAME' => 'Bot::BasicBot::Pluggable::Module::Eliza',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Bot/BasicBot/Pluggable/Module/Eliza.pm',
          'PREREQ_PM' => {
                           'Test::More' => 0,
                           'Bot::BasicBot::Pluggable' => '0.6',
                           'Chatbot::Eliza' => 0
                         }
        )
;