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


use strict;
use Module::Build;

my $build = Module::Build
  ->new( module_name   => "Bot::Infobot",
         license       => 'perl',
         dist_version  => '0.9',
         requires      => {
                          'Test::More'                     => 0,
                          'DBI'                            => 0,
                          'Config::Tiny'                   => 0,
                          'Bot::BasicBot::Pluggable'       => '0.50',
#                          'Bot::BasicBot::Pluggable::Module::Fun'         => '0.9',
#                          'Bot::BasicBot::Pluggable::Module::Weather'     => '0.9',
#                          'Bot::BasicBot::Pluggable::Module::Tools'       => '0.95',
#                          'Bot::BasicBot::Pluggable::Module::Search'      => '0.96',
#                          'Bot::BasicBot::Pluggable::Module::Network'     => '0.9',
                        },
   	 scripts     => [ 'bin/infobot', 'bin/infobot-import' ],
         create_makefile_pl => 'traditional',
       );

$build->create_build_script;