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.31012
use ExtUtils::MakeMaker;
WriteMakefile
(
          'INSTALLDIRS' => 'site',
          'NAME' => 'Bot::BasicBot::Pluggable::Module::RSS',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Bot/BasicBot/Pluggable/Module/RSS.pm',
          'PREREQ_PM' => {
                           'Test::More' => 0,
                           'String::Format' => 0,
                           'POE::Component::RSSAggregator' => 0,
                           'File::Spec' => 0,
                           'Digest::MD5' => 0,
                           'Bot::BasicBot::Pluggable' => 0,
                           'POE' => 0
                         }
        )
;