/usr/local/CPAN/Bot-Infobot/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Bot::Infobot',
          'VERSION' => '0.9',
          'PREREQ_PM' => {
                           'Bot::BasicBot::Pluggable' => '0.50',
                           'Config::Tiny' => '0',
                           'DBI' => '0',
                           'Test::More' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [
                           'bin/infobot',
                           'bin/infobot-import'
                         ],
          'PL_FILES' => {}
        )
;