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.008008;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'POE::Component::WWW::Google::Calculator',
  'VERSION_FROM' => 'lib/POE/Component/WWW/Google/Calculator.pm',
  'PREREQ_PM' => {
                   'Carp' => '1.04',
                   'POE' => '0.9999',
                   'POE::Filter::Line' => '1.192',
                   'POE::Filter::Reference' => '1.2187',
                   'POE::Wheel::Run' => '1.2179',
                   'Test::More' => 0,
                   'WWW::Google::Calculator' => '0.04'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;