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.3800
require 5.010;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'WebService::ReutersConnect',
  'VERSION_FROM' => 'lib/WebService/ReutersConnect.pm',
  'PREREQ_PM' => {
                   'DBD::SQLite' => '1.35',
                   'DBIx::Class' => '0.08121',
                   'DateTime' => '0.7',
                   'DateTime::Format::ISO8601' => '0.07',
                   'Devel::REPL' => '1.003012',
                   'File::ShareDir' => '1.00',
                   'Getopt::Long' => '2.38',
                   'HTTP::Request' => '6',
                   'HTTP::Response' => '6.01',
                   'LWP::UserAgent' => '6.03',
                   'Log::Log4perl' => '1.29',
                   'Moose' => '2.0401',
                   'Term::ReadKey' => '2.3',
                   'Test::Fatal' => '0.008',
                   'Test::More' => 0,
                   'URI::Escape' => '3.31',
                   'XML::LibXML' => '1.89'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/reutersconnect'
                 ],
  'PL_FILES' => {}
)
;