The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Bot::BasicBot::Pluggable::Module::Network',
          'VERSION' => '0.9',
          'PREREQ_PM' => {
                           'Bot::BasicBot::Pluggable' => '0.5',
                           'Net::Traceroute' => '0',
                           'Net::Whois' => '0',
                           'Test::More' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'PL_FILES' => {}
        )
;