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.4007
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'POE::Component::IRC::Plugin::Google::Calculator',
  'VERSION_FROM' => 'lib/POE/Component/IRC/Plugin/Google/Calculator.pm',
  'PREREQ_PM' => {
                   'Carp' => '1.04',
                   'POE' => '0.9999',
                   'POE::Component::IRC::Plugin' => '0.09',
                   'POE::Component::WWW::Google::Calculator' => '0.02',
                   'Test::More' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;