The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'=> 'IRC::Bot',
    'VERSION_FROM' => 'Bot.pm', 
    'PREREQ_PM' => { 
                      POE::Component::IRC => 2.7, 
                      Cache::Cache => 1.02
                   },
    'AUTHOR' => 'Benjamin W. Smith <defitro@just-another.net>',
);