# Note: this file was auto-generated by Module::Build::Compat version 0.3800 require 5.008003; use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Webservice::InterMine', 'VERSION_FROM' => 'lib/Webservice/InterMine.pm', 'PREREQ_PM' => { 'AppConfig' => 0, 'Class::InsideOut' => '1.04', 'DateTime' => 0, 'DateTime::Format::ISO8601' => 0, 'HTTP::Request::Common' => 0, 'HTTP::Response' => 0, 'IO::File' => 0, 'IO::Handle' => 0, 'InterMine::Model' => '0.9901', 'JSON' => 0, 'JSON::XS' => 0, 'LWP' => '5.8', 'List::MoreUtils' => '0.22', 'MIME::Base64' => 0, 'Module::Build' => '0.36', 'Module::Find' => '0.05', 'Moose' => '0.95', 'MooseX::Role::WithOverloading' => '0.03', 'MooseX::Types' => '0.34', 'Perl6::Junction' => 0, 'Pod::Usage' => 0, 'Scalar::Util' => 0, 'Set::CrossProduct' => 0, 'Set::Object' => 0, 'Test::Class' => 0, 'Test::Exception' => 0, 'Test::MockObject' => 0, 'Test::MockObject::Extends' => 0, 'Test::More' => '0.9', 'Test::XML' => 0, 'Time::HiRes' => 0, 'URI' => '1.37', 'XML::DOM' => 0, 'XML::Parser::PerlSAX' => '0.08', 'XML::Rules' => 0 }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [ 'bin/run-im-query', 'bin/run-im-template' ], 'PL_FILES' => {}, 'test' => { 'TESTS' => 't/*.t t/10_acceptance/*.t t/01_path/*.t t/07_intermine/*.t t/data/*.t t/06_service/*.t t/03_constraint/*.t t/04_query/*.t t/tests/*.t t/tests/Test/*.t t/tests/Test/Webservice/*.t t/tests/Test/Webservice/InterMine/*.t t/tests/Test/Webservice/InterMine/Constraint/*.t t/tests/Test/Webservice/InterMine/Constraint/Roles/*.t t/tests/Test/Webservice/InterMine/Query/*.t t/02_pathfeature/*.t t/05_template/*.t' } ) ;